Alternative classes with different interfaces smell

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
m (links)
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:18, 25 November 2010

This smell occurs when two methods in different classes do the same thing but have a different method signature. You should try to Rename Methods that do the same thing in a consistent way. However, often there is a deeper problem where two classes are doing something very similar. You could try to Move Methods around or extract the common behavior into a common superclass.


See also


Personal tools