Data class smell

From CSSEMediaWiki
Revision as of 07:30, 1 August 2009 by TobiW (Talk | contribs)
Jump to: navigation, search

The data class smell is present where a class has only fields, getters, setters and nothing else. It lacks the behaviours that make it a proper, stand-alone class (and consequently, the instantiated object).

Refactoring techniques

See also

Personal tools