Separation of Concerns
Separate the data model from the view template!
MVC design pattern separates:
- Model. data model
- View. user interface
- Controller. control and flow logic
Separate the data model from the view template!
MVC design pattern separates: