Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
petermichaux committed Apr 27, 2012
1 parent 3a1bf4b commit e7dc200
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ An MVC framework for JavaScript browser applications. The real MVC. The Smalltal

* A model contains domain data. When a model changes, it informs its observers.

* A view observes a model. A view represents its model's current state. Views can have child views.
* A view observes a model and represents its model's current state. Views can have child views. Views have a controller.

* A controller decides what happens when a user interacts with its view. This is the strategy pattern.
* A controller decides what happens when a user interacts with its view.

The observer pattern, composite pattern, and strategy pattern are embedded in Maria's Model, View, and Controller objects.


Acknowledgements
Expand Down

0 comments on commit e7dc200

Please sign in to comment.