Change Value to Reference
From CSSEMediaWiki
Revision as of 21:00, 14 October 2009 by Brett Ward (Talk | contribs)
In some systems, objects may be classified as reference objects (such as things like "customer" or "account"), or value objects (such as "date" or "money").
This refactoring is the act of changing a class with many equal instances into a single object by turning one of these values into a reference.
See Also