Large class smell

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
Geoffrey Clark (Talk | contribs)
(New page: ''Refactoring'' Martin Fowler 1999 states that: When a class is trying to do too much, it often shows up as too many instance variables. When a class has too many instance variables, d...)
Newer edit →

Revision as of 02:53, 1 August 2008

Refactoring Martin Fowler 1999 states that: When a class is trying to do too much, it often shows up as too many instance variables. When a class has too many instance variables, duplicated code cannot be far behind.

Refactoring

Refactoring gives some suggestions on how a large class can be