MVC
Term side of the Card
Topic: Architecture
Unit title: MVC
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that divides an application into three core components: Model (data), View (user interface) and Controller (logic). This separation allows for easier maintenance, scalability and testing of applications.