medium
Single Answer
0

Which one of the following statements is not true about code review?

Answer Options

A

Code review should be a peer-driven process that includes multiple developers.

B

Code review may be automated.

C

Code review occurs during the design phase.

D

Code reviewers may expect to review several hundred lines of code per hour.

Correct Answer: C

Explanation

Code review takes place after code has been developed, which occurs after the design phase of the system's development life cycle (SDLC). Code review may use a combination of manual and automated techniques or rely solely on one or the other. It should be a peer-driven process that includes developers who did not write the code. Developers should expect to complete the review of around 300 lines per hour, on average.