Why do code reviews?


Thanks for Jamie Whitehouse sharing us about his intelligent views on the code reviews.
Author, Jamie Whitehouse
Jamie Whitehouse is Coffee Boy at Sonatype, doing what it takes to make our teams and product successful. Despite being from Ontario, Canada, he doesn't follow hockey, but does enjoy building with Lego.

This article is part of a continuing series from the engineering team, talking about the process and tools they use in the distributed work environment. TheNEXUS Community members have immediate access to the live online videos recorded for this series.

Why Do Code Reviews?

There is a lot of literature on the value of code reviews.  In particular the benefits to our distributed agile team are:

  • Building knowledge throughout the team
  • Reducing functional silos
  • Reducing software entropy

Build knowledge throughout the team

When a new developer comes on to the team they get a mid-level overview of the system.  Nothing beats working with your team on a feature to really understand how things work.  In a remote organization we don’t have the water cooler or lunch time discussions that help to spread information and knowledge through a team.  Putting code ‘out there’ for others to review facilitates the spread of information.  This is often two way – the submitter getting general design feedback and specifics from those who know the area well; the reviewers getting to know more about the new feature and the existing code it’s interacting with.

Reduce functional silos within the team

We have a multifunctional team where developers are capable of working with browser tech and server-side tech.  This allows us to move stories forward without a dependency on any single persons skills.  Reviews help to reduce the knowledge silos, where specific people know an area of functionality so well they become a dependency.  We encourage having two reviewers, increasing the surface area of knowledge and stimulating interest for future work.

Not only is code reviewed, we follow the same processes to review documentation.  In this way developers are more aware of the tone and written style of the documentation, and are capable of contributing content in order to move stories forward.

Reduce software entropy

A review is a great time to validate that the technical design fits our short and long term objectives, and make any improvements before it settles into the release code.  We use code reviews to help ensure the code is maintainable by having a second (and third) person thinking about if they can makes sense of the code and would it be obvious to them in three months from now.  The reviewer doesn’t only consider the feature code, the tests are equally important.  A reviewer checks that the appropriate tests are in place, at the appropriate level.  This is also an opportunity to point out duplication or similarities within the system and make improvements.

Anatomy of a code review

At Sonatype we have guidelines on the review process and expectations.  These are not hard-and-fast rules.  We encourage the teams to consider what is best for them, and for each review.  Aside from trivial changes (e.g. documentation typo), everything is reviewed before committed to a release branch.

We use JIRA to track our work and GitHub to track our code and reviews via pull requests (PRs).  The following is a typical review cycle, using examples from various reviews.

Why Do Code Reviews?

Develop on a branch, review pull requests

Use a branch to develop a piece of functionality that gets a task or story done.  When the code is ready for review open a pull request.  We use the term ‘feature branch’, but the change is often smaller than an entire feature.  Having small, logically isolated functionality, makes reviews easier to digest and quicker to approve, hence the code being integrated sooner.

In this example the branch is NEXUS-8301-checksum-validation and the PR opened is #1148.

Supply context

Make it as easy as possible for a reviewer to find information and understand the state of the request.

Cross reference between tools.  Link from the PR to the JIRA issue:

Why Do Code Reviews?

Link from the JIRA issue to the PR:

Why Do Code Reviews?

Include screenshots or screencasts so that reviewers don’t have to guess at the UI impact or run the branch locally to see it working.

Why Do Code Reviews?

Seek approval from the bots

Validate the branch builds cleanly within our continuous integration environment so that everyone knows that it compiles and all quality checks are passing.  This is a vote of confidence that when it’s merged to the release branch there’s likely to be no disruption.

A Bamboo feature known as plan branches ensures our feature branches use the same CI configuration as our release branches.

Reference the CI build in the PR, making it visible to reviewers.

Why Do Code Reviews?

Announce the review

Let the team know the review is ready by moving the JIRA issue to the review state.

Why Do Code Reviews?

Prompt people as necessary through various mediums like GitHub mentions, stand-ups, and HipChat.

Iterate on peer feedback

Reviewers comment within the PR or a synchronous conversation via voice or HipChat as appropriate.

Notice how Kelly referenced the commit that changed the code based on Chris’ feedback, making it easy to follow-up on.

Why Do Code Reviews?

We use the variation of roman voting that is common in OSS development to seek approval for code changes: +1 to support; +0 okay with change, may not be knowledgeable in the area or tech; -1 to disapprove, a veto that needs resolution before being committed to the release branch.  We like to have two people review code, but this isn’t always appropriate and forcing it can be counter-productive.

Why Do Code Reviews?

 

Having new teammates review code is important but they may not feel confident in giving a stamp of approval.  Using +0 is appropriate to let the team know that they’ve been lurking.

Incorporate into release branch

To merge or squash, that is the question.  Depending on the size of the PR, the changeset may be squashed before committing to the release branch.  This is useful to reduce the work-in-progress commits that developers are fond of.

Be sure to clean-up the branch to reduce the clutter.  The PR is always available for historical purposes and can be checked out locally like a normal branch.

Why Do Code Reviews?

When squashing, reference the PR number in the squashed commit.  This makes it easy to find the review when looking at the change history on the release branch.  Using theseGitHub references also causes GitHub to notice that the PR has been merged.

Why Do Code Reviews?

An example code review

NEXUS-8236 and the corresponding pull request #1134 is a typical example.  Notice:

  • The early feedback from Chris while the PR had the WIP label.
  • Tamas provides a second vote once the PR is ready for review (the label change from WIP to REVIEW).
  • Kelly is diligent about removing the branch once merged.

Where’s the Testing?

You’ll notice that there was no mention of testing during the code review.  This is intentional.  We separate code review from testing in our workflow to provide more visibility of blocking states and allow the team to use the appropriate criteria and process for each state.

Once the code is merged the issue is now ready to be tested.  In summary the testing involves:

  • Testing by someone who didn’t do the work
  • Verifying the work was done
  • Ensuring acceptance criteria are met

This doesn’t stop some of these activities from happening informally in the review state, while the code is on a branch.  This may happen for larger reviews, or when a reviewer wants to get an understanding of the functionality to see how the code relates to that (frequent with new teammates).


The following two tabs change content below.


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值