Introduce Parameter Object
From CSSEMediaWiki
Revision as of 10:50, 14 October 2009 by Brett Ward (Talk | contribs)
What to do when you have a group of parameters that naturally relate or fit together.
Example:
amountInvoicedIn(Date start, Date end)
becomes
amountInvoicedIn(DataRange range)
with DataRange becoming the new "Parameter Object"
See Also