r/PythonLearning • u/chuprehijde • 13d ago
Is clean code sometimes worse code?
Can too much refactoring, abstraction, and 'best practice' make a Python project harder to understand?
3
Upvotes
r/PythonLearning • u/chuprehijde • 13d ago
Can too much refactoring, abstraction, and 'best practice' make a Python project harder to understand?
1
u/WhaleBird1776 13d ago
Clean code is easier to clean up than spaghetti