Live data from Hacker News

Ask HN: How many code reviewers should you require?

news.ycombinator.com

1–6 of 6 posts

Re: Ask HN: How many code reviewers should you require?

#4
Two sets of eyes is ideal.

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.