A domain is something of this world and we need to create an abstraction (a blueprint) of the domain to transform the domain into software constructs. The abstraction is a model, our internal representation of the target domain.
The model is the common ground, the place where the software meets the domain.
The objects you design to model the domain are domain objects (model objects / model).
- Encapsulate application business logic and rules
- Maintain any state required to do so
- Do not depend on external infrastructure concers
No comments:
Post a Comment