Download Clean Code PDF a hand book of agile software craftsmanship written by Robert C Martin and copyrights are reserved by Pearson Education, USA
Clean Code PDF a hand book of agile software craftsmanship written by Robert C Martin and copyrights are reserved by Pearson Education, USA. A total of 413 pages and 17 chapters are written by the author to give his experience to the readers. Robert C Martin did a massive work to write this book as clean coding while writing any type of code is a must thing. Many of coders don't care about well writing. They just write code in their own way and boom. Code is working but wait. Any other developer of firm can understand that code properly? Is your working code at its best or you can reduce the calculation time which will make your code efficient? In 90% cases, the answer is a BIG NO. So what we can learn through this book? Let's get back to the book.
Overview of Clean Code
Even a working can do mess and bring your company to it's knees? How? You working code can create a mess because maybe you don't write comments. Or maybe you have used a lot of unnecessary code. You have write a working function but you forget where you write it down. Countless hours are lost just because of poorly written code.
In this book, Robert C Martin shared his experience of writing clean code. He wrote at the cover of his book that "Writing clean code is what you must do in order to call your self a professional. there is no reasonable excuse for doing anything less than your best". He discussed about commenting, good and bad comments, objects and data structures, formatting, error handling, and many other topics which will make you professional just by doing practice and reading this book.
[post_ads]
Clean code is not dealing with any specific language but covers with pseudo code. He did a little bit of touch in java at the end but most of the codes are pseudo. So you can implement these code with your coding skills in any language. Now it's up to you that how much you will practice in your favorite language.
Index of Clean Code
Download Clean Code PDF
[post_ads]
[post_ads]
COMMENTS