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のコントローラを、OperationsとEventsに分けるといいのでは、という提案。 Permalink | Tag: MVC , アーキテクチャ About Publickey Topics 「Publickey Topic