API / Microservices
What is Domain-Driven Design (DDD)?
DDD focuses on 3 principles.
- Focus on the core domain and its logic.
- Find complex designs on models of the domain.
- Constantly collaborate with domain experts to improve the application model and to resolve any domain-related issues.
More Related questions...