DEV Community

Discussion on: Clean Code

Collapse
 
asafshen profile image
Asaf Shen

Well written Jan, to add few helpful quotes on top of this:

"A little copying is better than a little dependency." go-proverbs.github.io/

"duplication is far cheaper than the wrong abstraction." sandimetz.com/blog/2016/1/20/the-w...

it is common to see intermediate level developer writing complex code with high readability/maintainability cost just for the sake of DRYness

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