WebGlossary.info
Model–View–Viewmodel
- A software architectural pattern. MVVM facilitates a separation of the development of the graphical user interface, be it via a markup language or GUI code, from the development of the business logic or backend logic (the data model). The view model of MVVM is a value converter, meaning the view model is responsible for exposing (converting) the data objects from the model in such a way that objects are easily managed and presented. ← Wikipedia
- Previous term: Model–View–Controller
- Next term: Modernizr
- Random term: Create, replicate, append, process