MVCからMOVEの時代へ

programming

MVCは終わっている。
次の時代はMOVE。

Models,
Operations,
Views,
そして Events.

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 this I’ve been using a new pattern: MOVE. Models, Operations, Views, and Events.

MVC is dead, it’s time to MOVE on.
http://cirw.in/blog/time-to-move-on

コメント

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください