Which statement correctly explains Technical debt?
- A. A system that records changes to files over time so specific versions can be recalled later.
- B. An Agile framework that organizes work into fixed-length iterations called sprints.
- C. The implied cost of additional rework caused by choosing an easy solution now instead of a better approach. ✓
- D. A practice of frequently merging code changes into a shared repository with automated builds and tests.
Correct answer
C. The implied cost of additional rework caused by choosing an easy solution now instead of a better approach.
Explanation
Technical debt refers to the implied cost of additional rework caused by choosing an easy solution now instead of a better approach.