MVC (Model-View-Controller)

Meaning

A software design pattern for developing web applications.

Usage Examples

  • The Model component handles the data and business logic.
  • The View component manages the user interface and presentation.
  • The Controller component processes user input and interacts with the Model.
  • MVC architecture promotes separation of concerns in application development.