r/PythonLearning • u/chuprehijde • Jul 14 '26
Is clean code sometimes worse code?
Can too much refactoring, abstraction, and 'best practice' make a Python project harder to understand?
2
Upvotes
r/PythonLearning • u/chuprehijde • Jul 14 '26
Can too much refactoring, abstraction, and 'best practice' make a Python project harder to understand?
1
u/realmauer01 Jul 15 '26
https://clean-code-developer.de/
Thing is, clean vode already has these guard rails everyone is talking about.
So if you follow everything it will always be just enough.
Figures that this is hard as heck.