Hi All,
Can anyone please suggest me books which teaches towards making better code reviews? Basically, best practices for coding.
Regards
Hi All,
Can anyone please suggest me books which teaches towards making better code reviews? Basically, best practices for coding.
Regards
here are listed some best practices http://smartbear.com/PDF/11_Best_Practices_for_Peer_Code_Review.pdf
infact this company have a free book that you can order if you are in certain countries http://smartbear.com/codecollab-code-review-book.php
this should help out a little to get you started
Code Complete covers best practices for coding and includes a section on inspections (aka reviews).
Writing Solid Code is ooold but still good:
http://www.amazon.com/Writing-Solid-Code-Microsoft-Programming/dp/1556155514
And I also like Code Complete:
http://www.amazon.com/Code-Complete-Practical-Handbook-Construction/dp/0735619670
-scott
Books with best practices for coding:
If you want to do good code reviews, you should also look to tools to support you. For the Java platform these should be on you're short list: PMD, Findbugs, Sonar and Checkstyle. Some good books on these tools: