Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 18

Before which process is code review performed when version control is used?

Answer options

Correct answer: B

Explanation

Code reviews are typically performed before the merging of code to ensure that any issues or bugs are identified and resolved prior to integrating changes into the main codebase. The other options, such as checkout, committing, and branching, occur at different stages of the development process and do not generally involve peer review.