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