QuestionQ363

Software Development and Design

What is one advantage of version control?

  • A application of code directly to hardware
  • B tracking development changes
  • C reuse of code-on-code patches
  • D compatibility with back-end systems
Explanation

Version control records changes to code and other project files over time, providing a history of development changes and enabling comparison or recovery of earlier versions.

Learn more

Community Discussion

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