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 [...]

Book Review: Clean Code: Chapter 15. JUnit Internals

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 second detailed project in the book

And I dutifully skipped this as well- so I will not write a review of this chapter either.

Though one anecdote caught my eye -the basics of JUnit [...]