DEV Community

Discussion on: How my greenfield projects fall into muddy messes…

Collapse
 
michaeljota profile image
Michael De Abreu

I think that most of the time is about that, the DRY principle wrong implemented. I work in this project, that every time that two functions share at couple of lines, they would refactor into a single one. This was a nightmare, and it only improved difficult to understand the function.