Published: Last updated:

DDD (Domain-Driven Design)

DDD is an approach to modelling complex software in which the domain language (Ubiquitous Language) and the business domains are central. It prevents software from being developed in a purely technically driven way.


Core concept

The overall system is broken down into Bounded Contexts, clearly delimited areas in which terms have a single, unambiguous meaning. This is the domain prerequisite for a clean microservice architecture.

Application

  • Strategic Design: Identification of core, supporting, and generic domains.
  • Ubiquitous Language: Use of the same domain terms in documentation, meetings, and code.
  • Context Mapping: Definition of the interfaces and dependencies between domains.

Related topics

  • Technology: API-First, the interface context for DDD (Domain-Driven Design).
  • Methods, the methods section that frames DDD (Domain-Driven Design).

Ask AI

These links open external AI services, the conversation and its content are sent to their providers.