Why code review beats testing: evidence from decades of programming research - http://kev.inburke.com/kevin/the-best-ways-to-find-bugs-in-your-code/ 1: Review often 2: Review informal and short 3: Review with difference people 4: Keep it positive 5: Enjoy it http://www.makinggoodsoftware.com/2009/08/06/5-tips-to-make-good-code-reviews/ Why review on naming is important - http://swreflections.blogspot.com.au/2013/02/code-and-code-reviews-whats-in-name.html Maybe useful... can take a look - https://www.ibm.com/developerworks/rational/library/11-proven-practices-for-peer-review/ http://spin.atomicobject.com/2013/10/18/code-review/ http://www.yegor256.com/2015/02/09/serious-code-reviewer.html checklist - http://technotes.towardsjob.com/java/code-review-checklist-for-java/ http://blog.fogcreek.com/increase-defect-detection-with-our-code-review-checklist-example/ another doc about review - http://www.lornajane.net/posts/2015/code-reviews-before-you-even-run-the-code https://www.infoq.com/articles/effective-code-reviews <- also a list giving-better-code-reviews - https://medium.com/@mrjoelkemp/giving-better-code-reviews-16109e0fdd36#.hvku9f942 Measuring software engineering competency - http://www.savvyclutch.com/measuring-software-engineering-competency/ http://www.funretrospectives.com/ code review something you don't know - https://maxbittker.com/code-review/ https://dev.to/raquelxmoss/how-to-review-code-you-dont-understand-pc7 https://dev.to/samizan/how-to-make-good-code-reviews-and-win-colleagues-2dc8 https://medium.com/palantir/code-review-best-practices-19e02780015f https://medium.freecodecamp.org/a-zen-manifesto-for-effective-code-reviews-e30b5c95204a https://www.fogbugz.com/blog/code-review-best-practices https://dzone.com/articles/%E2%80%9C-4-questions%E2%80%9D-retrospective https://google.github.io/eng-practices/review/reviewer/ How to Make Your Code Reviewer Fall in Love with You - https://mtlynch.io/code-review-love/ Stop Nitpicking in Code Reviews - https://blog.danlew.net/2021/02/23/stop-nitpicking-in-code-reviews/ Guide to Conducting Test Automation Code Reviews - https://applitools.com/blog/guide-to-test-automation-code-reviews/ I’ve code reviewed over 750 pull requests at Amazon. Here’s my exact thought process. - https://curtiseinsmann.medium.com/ive-code-reviewed-over-750-pull-requests-at-amazon-here-s-my-exact-thought-process-cec7c942a3a4 How to do a code review - https://google.github.io/eng-practices/review/reviewer/