Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 314
What is a principle of a code review process?
Answer options
- A. Changes are made after the code is submitted to source control.
- B. It must not prevent code from getting into production as quickly as possible.
- C. Naming standards must be consistent.
- D. A technical lead must sign off on the review.
Correct answer: C
Explanation
The correct answer is C because consistent naming standards are crucial for maintaining code readability and collaboration among developers. Options A and B misrepresent the purpose of a code review, which is to ensure code quality before it reaches production. Option D, while a common practice, is not a strict principle of the code review process.