#clean-code
Read more stories on Hashnode
Articles with this tag
A good component finds a balance of constraints while remaining reusable and integrating cleanly with the rest of our application · The concept of smart...
It is hard enough to find an error in your code when you are looking for it; it is even harder when you assume that your code is error-free. - Steve M ·...
In the concept of KISS, we simply wish to have only what is necessary. · It may even sound like a rude term. But when we are talking about maintaining a...
A module should be responsible for one, and just one, actor - Robert Cecil Martin. · Intro In the previous article I commented on Clean Architecture in...
If you think good architecture is expensive, try bad architecture. - Brian Foote · Today companies require developers to be proficient in Clean...
Every piece of knowledge must have a single, unambiguous, authoritative representation within a system. - by Andrew Hunt and David Thomas · These words...