volume_mute
Problem: structural degradation
publish date: 2026/05/29 08:22:40.238284 UTC
volume_mute
Another issue with incremental development is the risk of structural degradation.
What causes this degradation?
Correct Answer
Frequent changes and additions without refactoring can corrupt the system structure.
Explanation
Without regular refactoring, incremental changes can lead to a tangled architecture that is harder and more expensive to modify.
Reference
Software Engineering, Ian Sommerville, 9th edition
