Domanda di colloquio di Morgan & Morgan

What does MVC stand for and what does each component do?

Risposta di colloquio

Anonimo

9 ott 2020

Model-View-Controller which is a software concept for separating business logic from the presentation layer. The model is the data structure or the representation of the business concern. The controller is the workhorse which fields the work to present the model as the view. The view is the actual presentation (the “HTML/CSS/JS”).