means finding what you are looking for is easier whilst bug fixing. Similarly, when you need to add a new
feature to the display code, the only files you need to look at are related to the display logic. This avoids bugs
created inadvertently by breaking something else. The framework also encourages you to write object oriented
code, which helps to eAs we have seen earlier, separating out different responsibilities makes for a structured application. It also
means finding what you are looking for is easier whilst bug fixing. Similarly, when you need to add a new
feature to the display code, the only files you need to look at are related to the display logic. This avoids bugs
created inadvertently by breaking something else. The framework also encourages you to write object oriented
code, which helps to ensure that maintenance of your application is simpler. nsure that maintenance of your application is simpler. As we have seen earlier, separating out different responsibilities makes for a structured application. It also
means finding what you are looking for is easier whilst bug fixing. Similarly, when you need to add a new
feature to the display code, the only files you need to look at are related to the display logic. This avoids bugs
created inadvertently by breaking something else. The framework also encourages you to write object oriented
code, which helps to ensure that maintenance of your application is simpler.
