Fork me on GitHub
Oct 22 2006

Value Design Pattern

1,536 views

Sometimes while you are coding, you need some kind of a wrap for some primitive data type such as an integer, just to add some feature that is not available directly from that primitive data type, or just to give it some identity. Continue reading