A system that records changes to files over time so specific versions can be recalled later. What is this concept called?
- A. Refactoring
- B. Technical debt
- C. Version control ✓
- D. Cohesion
Correct answer
C. Version control
Explanation
Version control refers to a system that records changes to files over time so specific versions can be recalled later.