QuestionQ543

Application Deployment and Security

What relationship exists between code reviews and compliance with standards?

  • A The standards highlight the bugs that are allowed in the review.
  • B The review process ensures compliance to international standards.
  • C The reviews provide the ability to maintain a set coding style.
  • D The standards enforce how the reviews are undertaken.
Explanation

Code reviews allow reviewers to check that changes follow agreed coding conventions, helping preserve a consistent coding style throughout the codebase.

Community Discussion

No comments yet. Be the first to start the discussion!