Model-View-Controller Design Framework
摘要
Model-View-Controller (MVC) architecture is one of the most popular design patterns used in software application development. Based on what function that code represents, MVC segregates the code into manageable components, thereby helping better readability, usability, and maintainability of written code. MVC design pattern assigns objects in the application of the following three roles: