I am new to DDD and am trying to understand some concepts. How do you define in your domain that which object unit are objects and which values are the objects, and how are they treated differently?
As I have seen, these domain objects represent the names of your business domain basically And do have no identities, while the value objects do not take any special meaning for the business (it seems monetary amounts) and do not have an identity.
Comments
Post a Comment