Move methods

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
Benjamin Gibson (Talk | contribs)
(New page: A method is, or will be, using or used by more features of another class than the class on which it is defined. Create a new method with a similar body in the class it uses most. Either t...)
Newer edit →

Revision as of 20:36, 20 October 2010

A method is, or will be, using or used by more features of another class than the class on which it is defined.

Create a new method with a similar body in the class it uses most. Either turn the old method into a simple delegation, or remove it altogether.

from http://sourcemaking.com/refactoring/move-method