| 1. |
What Is Mvc And How Do You Relate It To Flex Apps? |
|
Answer» (Separation of concerns) The goal of the Model-View-Controller (MVC) ARCHITECTURE is that by creating components with a well-defined and limited scope in your application, you increase the reusability of the components and improve the MAINTAINABILITY of the overall system. Using the MVC architecture. you can partition your system into three categories of components:
(Separation of concerns) The goal of the Model-View-Controller (MVC) architecture is that by creating components with a well-defined and limited scope in your application, you increase the reusability of the components and improve the maintainability of the overall system. Using the MVC architecture. you can partition your system into three categories of components: |
|