About Domain-Driven design (DDD)¶
As Wikipedia mentions:
Quote
Domain-driven design (DDD) is a major software design approach, focusing on modeling software to match a domain according to input from that domain's experts.
How and why do we use Domain-Driven design¶
Domain-Driven design is used to model the software according to the domain's experts' input. This is useful to ensure that the software is aligned with the domain's requirements and that the software is easy to understand and maintain.
Configuration¶
None.
Resources and alternatives¶
These resources and alternatives are related to the current item (in alphabetical order).
None at the moment.