The DRY principle is an integral part of clean code, but what does it actually mean and what is it really good for? Should you really care about it? What does it actually mean? Don't write code that does the same thing twice. It doesn't mean that you...
deepdive.hashnode.dev4 min read
Amazing Article.
DRY has not only syntactic meaning (remove repeated code) but also semantic meaning (remove things that do the same)
It is good to see you stressed both!
Ankur Tyagi
Software Engineer • Mentor • Author
Awesome Stuff, Oliver