Noun
model–view–controller (plural model-view-controllers)
(software architecture) A type of computer user interface that separates the representation of information from the user's interaction.
Synonym: MVC
Design patterns permeate the system, especially a modification of the model-view-controller pattern, which loosens the coupling between function and appearance. Source: Internet
Named model-view-controller (MVC), the concept breaks an application into three sets of interacting object classes. Source: Internet
If we break down our app into these three categories, then we would actually end up following a really popular architectural pattern known as the model-view-controller. Source: Internet
The system is extremely customizable, utilizing a model-view-controller (MVC) framework similar to many other APIs. Source: Internet