Tag: Value Object
-

Object in DDD: Building Blocks of the Domain Model
Most domain models do not break down because the wrong code was written. They break down because the team never agreed on which concepts in the product have a life of their own and which ones are just descriptions. The choice between an entity and a value object is the most basic object-level modeling decision…