DDD - Refresher - Puzzle
Across
- 1. intersection of two context.
- 4. Representation and actual relationships between context and their models.
- 5. Pattern to create Objects to access or abstraction.
- 7. Pattern used to create independent domain context maps.
- 14. Number of objects that should be responsible for communication between a pair of context.
- 16. Logical agreement and dependence.
- 17. Any actions on the domain.
- 18. Root of the related objects bundle.
- 19. Language between developers and Domain experts.
- 20. An operation to read .
- 21. Linguistic boundary.
- 22. Layer which encapsulates the business logic
Down
- 2. Group Modelling Technique.
- 3. An operation that intentionally creates impact
- 6. Programming model that suits DDD.
- 8. Layer which talks to external systems in external language.
- 9. Bundle of related objects which are treated as single unit from the client.
- 10. Encapsulates the logic of data persistence
- 11. instance of a domain
- 12. Partitioning of a larger system to bring the core domain to the fore.
- 13. Consistency rules that must be maintained whenever data changes.
- 15. Sub domains within domain.