Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 532
Why should a code review process be used?
Answer options
- A. It enables various software design implementations.
- B. It enables a consistent software design.
- C. It ensures that members of a team work in isolation.
- D. It ensures that whole software is secure.
Correct answer: B
Explanation
The correct answer, B, highlights that code reviews help maintain a consistent approach to software design, which is vital for collaboration and quality. Option A is incorrect because while design variations can occur, the main goal of a code review is consistency. Option C is wrong as code reviews promote teamwork rather than isolation. Option D is not accurate as security can be enhanced through code reviews, but it is not the sole focus.