Book Review: Clean Code: Closing thoughts

I am finally done , reading this book ”Clean Code: A Handbook of Agile Software Craftsmanship” by Robert C. Martin.

It was an excellent read.
I think it has changed the way I will look at software development in future…

It’s a collection of very practical advice- difficult to argue. Most of the stuff is what you have [...]

Book Review: Clean Code: Chapter 17. Smells and Heuristics

This is review of the 17th and the final chapter from the book-”Clean Code: A Handbook of Agile Software Craftsmanship” by Robert C. Martin.

This is the final chapter of this book.
Smell of a bad code is something that would trigger your senses to take a second look.
Some of these are plain good advice.

This chapter effectively [...]

Book Review: Clean Code: Chapter 16. Refactoring SerialDate

This is review of the 14th chapter from the book-”Clean Code: A Handbook of Agile Software Craftsmanship” by Robert C. Martin.

This is the third project in the book. Robert carefully dissects a class SerialDate - part of JCommon Library

He follows the same principle exhibited before

First make it right- then make it work

And there is also [...]