Good Book
During my daily check of the Reg Developer I noticed they have a book review for a book titled Code Complete.
I am in complete agreement with them as to the value of this book. While most people will walk away from a book published by Microsoft Press, it is important to know that this book does not speak to any single programming language but rather is all about best practices and techniques.
Some of the topics:
I am in complete agreement with them as to the value of this book. While most people will walk away from a book published by Microsoft Press, it is important to know that this book does not speak to any single programming language but rather is all about best practices and techniques.
Some of the topics:
- Design for minimum complexity and maximum creativity
- Defensive programming techniques
- Safe refactoring
- Building quality into the process