On Github eduphoria / presentation-code-reviews
Originally created by Justin PopeStolen by @danclien
Make sure the code works
Make sure the code works
Still important, but not the main focus.
Become a better programmer
1. Find a piece of code to review
Work with the developer to find something they worked on
2. Quick UI or functional test
Make sure it works and understand how it works
3. Review the code looking for potential changes
Review aggregate changesets to cutdown on noiseKeep a list of all recommended changesShould take around an hour to review
3. Summarize notes
Summarize the list into must, should, and could/would
Should take around 15 minutes to discussExplain the thought process behind all the recommended changesPlan a follow up code review or pairing session if neededSend a written summary of the must, should, and could/would.
Code reviews once a week to become a better programmerPrepare beforehand by dividing recommendations into must, should, and could/would.Explain the reasoning behind the changesSend a written summary
What do you think?