DEV Community

Discussion on: Clean Code

Collapse
 
tastaslim profile image
Taslim Arif

Yes Jan that's correct. Too much abstraction is also bad. Especially such abstractions which change every time you introduce new feature. At the end of day, it's you who should be aware of various scenarios while writing any abstraction. I always suggest people to write duplicate code for first and second time, for the third time if same thing arises, we can start refactoring. You can read my blog on Technical Debts and Refactoring.

Some comments have been hidden by the post's author - find out more