Software often has a very long lifetime - sometimes an application can live on for many years. During that time it might have many new version updates:
When you write code, it is important to do it in a way which takes account of the fact that you will probably need to change the software later, maybe in ways that you haven't even thought of yet. We call this maintainable code, and the following topics show ways to help you create code which is easier to maintain.
Copyright (c) Axlesoft Ltd 2021