Talk:Model view controller
From CSSEMediaWiki
Hierarchical-MVC
When your application gets big, the model, view or controller component may well become a [Big ball of mud]. A popular fix is to go one step further and apply Hierarchical-MVC, which attempts to make MVC scalable.