volume_mute
Recommended Follow-Up After Emergency Repairs
publish date: 2026/06/23 19:36:38.969111 UTC
volume_mute
True or False: Ideally, after an emergency code repair has been made, the new code should later be refactored and improved to avoid program degradation.
Correct Answer
True
Explanation
Ideally, after an emergency repair, the new code should be refactored and improved to avoid program degradation, although the code from the repair may be reused if possible. A better solution may also be discovered later when more time is available for proper analysis.
Reference
Software Engineering, Ian Sommerville, 10th edition
