Software Development: When Change is Bad
Maintaining old software is tricky. Changes to core functions can cause unexpected problems in other parts of the system. It's safer to create new functions than to alter existing ones. Thorough testing is crucial, but complete coverage is impossible. Careful consideration is key.