You can stop the Rubber Stamping
2 min readApr 15, 2020
Rubber stamping is a code review behavior when a team is approving Pull Request (PR) without spending much time and energy over them. PRs can provide insight into development styles present in your team and one of the styles is Rubber Stamping.
Let’s first understand why Rubber Stamping happens.
- PR review is not a focus in team and leadership does not highlight hard work done over PR reviews. In this case, the team will not spend much time on the PR review.
- PR submission is done by a senior and the team trusts their work.
- There is no time left and there is a need to push a PR through.
There is a need to nip it in the bud before it becomes culture.
You can observe the following and learn from it
- If PR is opened and closed in a short period of time.
- If there are no comments.
- If there are no back and forth comments on PR.
You can fix this
- Recognize PR review efforts. Encourage it and highlight it.
- Coach team by sharing substantial review examples.
- Watch out for large PR, it can be Rubber Stamped.
- Ask the team to raise WIP PRs so that early comments can start flowing in.
Do I need to mention how PR reviews are beneficial in many ways?
- PR increases knowledge.
- It improves code quality in the team.
- There are more chances to learn and collaborate over PR.
- PR gives the chance to get a better solution to address a problem.
There is no downside to it.
Let’s make code review a delightful and rewarding experience.