⇤ ← Revision 1 as of 2020-03-03 12:04:49
Size: 284
Comment:
|
Size: 513
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
* Capture the domain model, in domain terms, through interactions with domain experts. * Embed the domain terminology in the code. * Protect the domain knowledge from corruption by other domains, technical subdomains, etc. |
DomainDrivenDesign
the essence of DDD is profoundly simple: capture the domain model in domain terms, embed the model in the code, and protect it from corruption.
- Capture the domain model, in domain terms, through interactions with domain experts.
- Embed the domain terminology in the code.
- Protect the domain knowledge from corruption by other domains, technical subdomains, etc.