タグ

ブックマーク / cirw.in (1)

  • MVC is dead, it's time to MOVE on.

    MVC is a phenomenal idea. You have models, which are nice self-contained bits of state, views which are nice self-contained bits of UI, and controllers which are nice self-contained bits of … What? I’m certainly not the first person to notice this, but the problem with MVC as given is that you end up stuffing too much code into your controllers, because you don’t know where else to put it. To fix

    nilab
    nilab 2012/07/05
    MVC is dead, it's time to MOVE on. : MVC の Controller を Operations と Events に
  • 1