
My rating: 4 of 5 stars
A must read for all entering the portals of software development, irrespective of the technology. The book covers how to write readable code.
1. Naming and commenting code are covered in the first section
2. Simplifying loops and control flow is covered in the second section
3. Reorganizing the code to remove duplication and bring Single Responsibility is the covered in the third section
4. The fourth section is about writing good test cases. It also gives a sample project to execute on how the code can be progressively improved.
A very good read.
View all my reviews
No comments:
Post a Comment