Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.37 KB

Examples.mdown

File metadata and controls

26 lines (16 loc) · 1.37 KB

Examples

Please read the intro first.

Cafe Townsend

I've created the classic, Cafe Townsend, using Zero. Please note that although I use an MVC paradigm in this example, it is not a part of Zero itself, but merely a good design. Zero is the toolkit, MVC is the pattern.

Note: This is shamelessly ripped off of Mate's implementation. I'm linking to mate's running application since this framework hasn't yet been fully implemented. Nahuel is the one who asked for this, anyway, so... tell me if I'm out of line, man.

Realize that I did the views first, without any regard to how the control/model layer should work. I copied Mate's approach mostly, was able to get the benefits of the Presentation Model pattern without the overhead, and it's all completely refactorable.