

Sure, you can write program that works. Sometimes you are not sure if it works in every desired scenario but still you have your program working. Then you add some cool new feature and another feature and you might guess what happens to your code. Even you don't know what your app is doing and more importantly why?
Clean Code: A Handbook of Agile Software Craftsmanship
is a book that will show you through reasoning that reading code is one of the crucial skills that every developer should master. It will present you with the beauty of well written source.
This book teaches you how to:
- Tell the difference between good and bad code
- Write good code and how to transform bad code into good code
- Create good names, good functions, good objects, and good classes
- Unit test and practice test-driven development
After finishing this book you will know
unit testing best practices, how to write beautiful code, choose meaningful names for your variables, functions and classes, comment your code when and where you need and tons more!
Buy this book: Here
No comments:
Post a Comment