200-901 · Question #597
What is a benefit of version control?
The correct answer is B. tracking development changes. Version control systems (VCS) like Git provide numerous benefits, with one of the primary ones being the ability to track development changes. This means that every change made to the codebase is recorded along with information about who made the change, when it was made, and…
Question
What is a benefit of version control?
Options
- Aapplication of code directly to hardware
- Btracking development changes
- Creuse of code-on-code patches
- Dcompatibility with back-end systems
How the community answered
(34 responses)- A6% (2)
- B88% (30)
- C3% (1)
- D3% (1)
Explanation
Version control systems (VCS) like Git provide numerous benefits, with one of the primary ones being the ability to track development changes. This means that every change made to the codebase is recorded along with information about who made the change, when it was made, and why. This allows teams to collaborate effectively, revert to previous versions if necessary, and understand the history of the project.
Topics
Community Discussion
No community discussion yet for this question.