I came across an interesting revision of the MVC framework, breaking the Contoller into Operations and Events (MOVE). It seems logical enough, but I wonder what you developers think. Is the Controller becoming too unwieldy for good object-oriented design?








