Changes between Version 25 and Version 26 of mvc


Ignore:
Timestamp:
06/14/22 09:20:40 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mvc

    v25 v26  
    11= MVC
    22
    3 Model View Controller, or MVC in short, is a software design pattern used to develop [https://en.wikipedia.org/wiki/Graphical_user_interface GUI]s.
     3Model View Controller, or [https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller MVC] in short, is a software design pattern used to develop [https://en.wikipedia.org/wiki/Graphical_user_interface GUI]s.
    44
    5 The details of the approach are explained well on the [https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller MVC wiki page]. In short,
     5In short,
    66* A model contains the data that the user is adjusting.
    77* A view shows the data in a GUI to the user (eg, graph, text field, slider position)