Money Pattern: The Right Way to Represent Value-Unit Pairs
By Patkos Csaba The Money Pattern, defined by Martin Fowler and published in Patterns of Enterprise Application Architecture, is a great way to represent value-unit pairs. It is called Money Pattern because it emerged in a financial context and we will illustrate its use mainly in this context using PHP. A PayPal Like Account I […]