Files
exercises-in-programming-style/29-trinity/README.md
2013-11-19 18:15:58 -08:00

17 lines
417 B
Markdown

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