Code Review is an integral process of software development that identifies bugs and defects before the testing phase. Code review is often overlooked as an ongoing practice during the development phase, but countless studies show it's the most effective quality assurance strategy. When code review is not given its proper due, unintended side effects may occur, such as meetings taking more time than intentionally planned. These unintended consequences often become reasons why code review may be met with a collective groan.
However, this can be avoided with a proper, set code review process that contains appropriate escalation procedures. This is crucial because when companies do not have a set procedure in place, they most likely don’t know the effectiveness of their code reviews, or if they are even occurring.
Regardless, if it is your first or 500th time performing a code review, there may be certain questions that you need some advising on. Instead of searching through Google for a checklist or a guide, we've decided to create one for you! Collaborator, a peer code review tool, has set out to make the code review process easier. Below we've provided 12 simple steps to guide you through the code review process. Which of these best practices is your team already doing regularly?
Stay Up to Date on Peer Review Trends
View our interactive report on peer review trends and insights
1
Set Early Expectations
With the developer about annotating their source code before the review
Find fewer defects by having authors read through and annotate their own code before submitting it to the team for review.
In our 2021 State of Code Review report, we found that respondents who said that they understand expectations on reviews are much more likely to be satisfied with the overall code quality.
2
Determine Quantifiable Goals
Prior to code review for increased accountability
When you create transparent goals, you increase individual accountability within the team. For best results, start with external metrics instead of vague goals, such as “fixing more bugs”.
Once you have key metrics established, you can identify team benchmarks and start driving meaningful process improvements.
3
Have a System to Capture Metrics
So you can improve your processes
Quantifiable metrics provide the data you need to determine the effectiveness and efficiency of your team’s code review process.
In our 2021 State of Code Review report, we found that teams who regularly view reporting on their process are 5x more likely to be satisfied with their code reviews.
4
Plan Enough Time
For a proper, slow review but no more than 60 – 90 minutes
After roughly 60 minutes, reviewers simply wear out and stop finding additional defects.
Teams that are in the habit of conducting shorter, more frequent reviews are more likely to release on time and be more satisfied with their overall code quality.
5
Peer Review Documents
So your whole team is aligned on project objectives
Conducting reviews on development artifacts like requirements, user stories, and design documents is a good way to ensure that your whole team understands the end goals of a project.
In our 2021 State of Code Review Report, we found that teams who review more types of documents are also more likely to be satisfied with their code review process.
6
Take 20 Minutes Breaks
In between review sessions
Don't overwhelm yourself, it's best to inspect less than 300-500 lines of code per hour.
Studies show that the accuracy of finding defects during reviews is 5X times as effective when you review no more than 200 lines in one sitting.
7
Verify that Defects Are Actually Fixed
Make sure defects are fixed, not just found
Thoroughly follow up with your defect-hunting. Remember this: if it's not corrected, it's not truly "fixed".
Your code review process should be able to operate as a quality gate. If you are not able to enforce defects have been fixed, you may want to consider adopting a review tool or workflow that enables it.
8
Use Code Review as a Team Building Activity
Remember: finding defects before launch is the point!
It is up to the manager to foster a positive attitude about finding defects. Code reviews offer an opportunity for all team members to correct bad habits, learn new tricks, and expand their review capabilities.
In our 2021 State of Code Review report, 75% of respondents said that code reviews help share knowledge across their team and 61% said that code reviews are used to mentor less experienced developers.
9
Don’t Be a Back Seat Coder
Have trust in your team
Your team works hard at programming. Don't make it harder by constantly watching them code and their every move during the process.
If you encourage a collaborative culture, developers will feel ownership of their code quality and your team will build trust over time.
10
Do a Certain Amount of Code Review Each Day
Even if it’s not every line
If developers are aware a dedicated team will review their code daily, they will be more conscientious of their own code before declaring code-complete.
In our 2021 State of Code Review report, we found that teams who conduct daily code reviews are twice as likely to be satisfied with their review process as teams who don't review code as frequently.
11
Use a Code Review Tool
To increase efficiency and accuracy
To fully optimize the time your team spends on code reviews, a code review tool is recommended.
In our 2021 State of Code Review report, we found 80% of the teams that are satisfied with their code review process are conducting tool-based reviews, compared to 47% of teams that are unsatisfied.
12
Use Checklists
To dramatically improve results for authors and reviewers alike
Checklists such as this one remind the reviewer as well as the author to dedicate time to finding what may be missing while conducting a code review. In addition, doing so will improve their personal coding skills.
If your team is working in a highly-regulated space, checklists can also be an easy way to build an explicit audit trail of who did what on each review.
Great! It looks like your team is following some of the best practices for code review. Consider adding some of the tactics that you didn't check to your team's process.
Fantastic! It looks like your team is following most of the code review best practices.
Start Your Free Trial
Start a peer code review program with Collaborator