Replace Data Value with Object

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(Filling in some pages that are linked to, but have yet to be created (ie, I dont like red text >.>))
 
m (Reverted edits by Ebybymic (Talk); changed back to last version by Brett Ward)
 
(One intermediate revision by one user not shown)

Latest revision as of 03:08, 25 November 2010

When you have an item of data that needs additional data or behaviour, for example a String representing a phone number that needs special formatting behaviour (area codes, country codes, etc) that cannot simply be added to the String.

To do this, we turn the simple data object into an object. In the case above the phone number will become an object of it's own.

Personal tools