Inline Class

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(New page: A class isn’t doing very much. Move all its features into another class and delete it. image:inlineClass.gif <br> If a class has been re factored and lot of its previous responsibil...)
 
m (Reverted edits by Ebybymic (Talk); changed back to last version by Paul Williams)
 
(One intermediate revision by one user not shown)

Latest revision as of 03:22, 25 November 2010

A class isn’t doing very much. Move all its features into another class and delete it.

InlineClass.gif
If a class has been re factored and lot of its previous responsibilities have been removed then fold this class into another class and get rid of it.

Additional Resources

SourceMaking.com