[Clean Code] Some thoughts about Clean Code ?

In this series of posts , I would try to share with you some of my highlights on Clean Code Chapters. In this post my focus would be on chapter 1. We can define Clean code as code that always looks like it was written by someone who cares. "I like…

[Clean Code] Designing Classes

In this series of posts , I would try to share with you some of my highlights on Clean Code Chapters. In this post , I will try to share with you my own highlights on Classes Design chapter on Clean Code. * Classes should be small. * Classes should be smaller than that…