News

Idea #2: Smart controller, dumb model -- Minimalist, data holding Model. Business logic and data validation is done by the controller.
In theory, in the Model-View-Controller pattern what distinguishes the View from the Model and the Controller is that the View has no logic. The ideal View isn't supposed to require any testing, other ...