CompTIA CASP+ (CAS-004) — Question 484
After establishing coding standards and integrating software assurance tools into CI/CD pipelines, an architect continues to find too many different coding styles throughout the team. Which of the following additional measures can the architect take to help improve consistency?
Answer options
- A. Establish a chain of custody to govern code quality.
- B. Create and proliferate framework code.
- C. Require two-person integrity for code commits.
- D. Enhance the monitoring of code coverage for unit testing.
Correct answer: B
Explanation
Creating and proliferating framework code helps establish a consistent coding style and structure that all team members can follow. The other options, while beneficial in their own right, do not directly address the issue of coding style consistency; they focus more on governance, security, or testing rather than standardization.