Data class smell

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
m (category)
m (See also)
Line 12: Line 12:
 
* [[Code smells]]
 
* [[Code smells]]
 
* [[Refactoring]]
 
* [[Refactoring]]
 +
 +
{{Template:CodeSmells}}
  
 
[[Category:Code smells]]
 
[[Category:Code smells]]

Revision as of 09:30, 14 October 2009

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