Graphics Programs Reference
In-Depth Information
An application can have multiple controllers interfacing with an external source, too. Put-
ting the request logic in each controller leads to redundant code. (On the other hand, if
you kept the request logic in one controller, you'd end up with other controllers having
unnatural dependencies on the one holding the request logic.)
Figure 28.3 Messy MVC
 
Search WWH ::




Custom Search