TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How many code reviewers should you require?

2 pointsby dukerutledgeabout 2 years ago

5 comments

idlephysicistabout 2 years ago
Two sets of eyes is ideal.<p>Making use of things like GitHub CODEOWNERS files can be very useful too, allowing for certain directories to require reviews from certain individuals or user groups. For example, a directory containing the Helm Chart for a service might require a review from someone in the infrastructure team.
crop_rotationabout 2 years ago
Keep the entire team as optional but most reviews can be done by 1 or max 2 people.
yobid20about 2 years ago
0. I commit and push directly to master.
akerl_about 2 years ago
It depends.
alex_lavabout 2 years ago
0-2.<p>More than 2 is unnecessary.