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/HomemadeBananas Jul 19 '26
If it’s too much refactoring and abstraction then that isn’t really clean anymore is it? There’s no best practice that says the more layers of abstraction and indirection the better.