34.6k views
4 votes
What type of code review requires two programmers, one of whom explains their code to other developers?

A.Pair programming
B.TOol assisted
C.Over-the-shoulder
D.Pass around

1 Answer

5 votes

Final answer:

Over-the-shoulder code review is a type of code review where one programmer explains their code to other developers.

Step-by-step explanation:

The type of code review that requires two programmers, one of whom explains their code to other developers, is called Over-the-shoulder code review. In this type of review, two developers sit together, with one developer acting as the code author and the other as the reviewer. The code author explains their code while the reviewer provides feedback and suggestions.

User MsA
by
8.0k points