-
Recent Posts
Archives
Twitter Updates
- @Encosia yay! one of my favorite small patterns, dispatch table! 1 hour ago
- @coridrew Great post - congrats 1 hour ago
- RT @JoseCanseco: Can't sleep. Excited for opening night tommorow at lagrave field. Expecting a sellout. Come watch the Fort Worth cats. 3 hours ago
- System.Collections.Generic.KeyNotFoundException should try to show the key, since it pops up in unexpected places 3 hours ago
- @johnsheehan oh yeah! Congrats 6 hours ago
Tag Archives: value objects
More On Value Objects
A few days ago Dylan Beattie wrote a nice post about value objects. He explains the idea in a more palatable way than my attempt: If it’s not clear how to model a particular element in your model, try asking … Continue reading
There is never a collection of Value Objects
Adding to a Value Object property always adds to it, never adds another instance to it. Distinguishing Value Objects by maintaining a collection of them implies identity. It is a mistake to attempt to maintain a collection of Value Objects. … Continue reading