DEV Community

Discussion on: Architectural decisions that you regret...

Collapse
 
bernadusedwin profile image
bernadusedwin • Edited

Maybe this is not architectural. More to programming conceptual.

Too many refactoring.

Too many method helper. Too many library. I try less method, copy paste everywhere on my new project.

And it work well. Focus on small line of code will kill your development productivity.