The different kinds of complexity

Every business application is faced with different kinds of problems throughout the development. The goal of domain-driven design is to isolate the complexity of an application, making it easy to change and maintain, by providing a language as well as a set of rules for the interaction of objects in the domain.

As we have seen throughout the book, domain-driven design is all about modeling business logic, so it can be accessible for domain experts to judge and evaluate. This is an important part of an application and, if done right, it can save a lot of trouble throughout the development cycle. When driving an application through domain-driven design, we need to identify the core domain and its subdomains. Depending ...

Get JavaScript Domain-Driven Design now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.