Purpose of this section: Provide quick reference materials for DDD learning and practical application When to use: When terminology is confusing, when you need answers to frequently asked questions, when looking for additional learning resources
Quick Reference
The appendix is not meant to be read in order, but rather as reference material to consult when needed. Use this section when you’re uncertain about the meaning of specific terms during learning or when questions arise during practical application.
Included Materials#
| Resource | Description | When to Use |
|---|---|---|
| Glossary | 30+ DDD core terminology definitions | Quick reference when terms are confusing |
| FAQ | Common questions and answers from practice | When judgment is needed during adoption/implementation |
| References | Recommended books, articles, presentations | When you want to learn more deeply |
| DDD Debate | Pro vs skeptic debate on DDD adoption | When weighing DDD trade-offs for your project |
What This Section Does NOT Cover#
- Detailed explanations of concepts → See Concepts
- Step-by-step problem solving methods → See How-to Guides
- Executable code examples → See Examples