Clean Code is by Robert C. Martin and his friends:).
This is the second book that i smile when reading (this book) :) after Head First Series :).
As I understood, Mr. Martin's Series Style is always like this. He explains software projects and general systems concept with examples from our life and his life(Chicago sightseeings).
This book helps you to understand difference between good and bad code.
Various code samples are illustrated for each chapter. Also, writers added referenced books for your search.
In my opinion, one of the indispensable factors that make of programming is test driven development(TDD). This book tells importance of TDD with good samples to the readers.
As this book said:
Clean Code is readable and must be robust. Good programs is produced by reworking. You must know your library.
The following remarkable question as i read:
TDD and Refactoring then Clean Code, so what about your system level? Is it complex or simple? (at the chapter 11 ).
Nice site:
http://www.garshol.priv.no/blog/105.html

No comments:
Post a Comment