News

Idea #2: Smart controller, dumb model -- Minimalist, data holding Model. Business logic and data validation is done by the controller.
Having separate controller classes for the different sheets seems like a good idea, but can be tricky as well-- basically I just haven't seen enough real world examples of mvc in cocoa to know the ...