Files
exercises-in-programming-style/31-trinity
Crista Lopes 4547f2f580 Minor
2014-01-01 17:43:43 -08:00
..
2014-01-01 17:43:43 -08:00

Style #31

Constraints:

  • The application is divided into three components: the model, the view and the controller. The model represents the application's data; the view represents a specific rendition of the data; the controller provides for input/output, for populating/updating the model and for invoking the right view.

Possible names:

  • Trinity
  • Model/View/Controller