Comment on Don't Just Dump Code Into Your ModelsComments−sebastianconcpt12yOf course. Models should be things that can pass the test of time.Universals.In the other hand, Controllers (or Presenters) are points of view.When trends change, they do it because there was a collective mindset upgrade in a shared point of view.Interface design should be the answer to those points of view, not models.
Comments
Of course. Models should be things that can pass the test of time.
Universals.
In the other hand, Controllers (or Presenters) are points of view.
When trends change, they do it because there was a collective mindset upgrade in a shared point of view.
Interface design should be the answer to those points of view, not models.