Tag: Value Object
All the articles with the tag "Value Object".
-
[DDD Intro #11] Value Object: Expressing domain concepts instead of primitive values
When thinking of DDD's tactical patterns, many people start with Entity. Objects with identifiers, lifecycles, and state changes are certainly important. But in real code, the smallest and clearest starting point for revealing domain meaning is often a Value Object.