Change Reference to Value
From CSSEMediaWiki
(Difference between revisions)
Brett Ward (Talk | contribs) (Page Outline Added) |
|||
Line 1: | Line 1: | ||
+ | ---- | ||
+ | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
+ | ---- | ||
+ | =[http://ocilufic.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]= | ||
+ | ---- | ||
+ | =[http://ocilufic.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> | ||
The opposite case of [[Change Value to Reference]], this refactoring is the act of taking a reference object that is small, immutable and awkward to manage, and changing it into a value object. | The opposite case of [[Change Value to Reference]], this refactoring is the act of taking a reference object that is small, immutable and awkward to manage, and changing it into a value object. | ||
Revision as of 07:10, 24 November 2010
The opposite case of Change Value to Reference, this refactoring is the act of taking a reference object that is small, immutable and awkward to manage, and changing it into a value object.
See Also