Remove Middle Man
From CSSEMediaWiki
(Difference between revisions)
Brett Ward (Talk | contribs) (New page: If it becomes the case that a class is doing too much simple delegation, get the client to call the delegate directly. == See Also == * Hide Delegate {{Refactoring}}) |
m (Reverted edits by Ebybymic (Talk); changed back to last version by Brett Ward) |
(One intermediate revision by one user not shown) |
Latest revision as of 03:22, 25 November 2010
If it becomes the case that a class is doing too much simple delegation, get the client to call the delegate directly.
See Also