#clean-code
Read more stories on Hashnode
Articles with this tag
According to "Clean code" book by Uncle Bob, he defined some guidances and rules that developers should follow. This is more imperative for the less...
Sometime back, our team had a project that no one wanted to work on. The main concern was the cascade effect that was expected from the project. It...
Code refactoring is a messy, complex process that involves restructuring the code without changing its original functionality. The main goal of...
Code reuse is among the fundamental aspects of clean and robust coding. Any developer with a reasonable amount of experience in the game will point...