Domain Driven Design

Domain Driven Design (DDD) is an approach to software development that profoundly links the software implementation to an evolving model of the core business domain. It advocates for a [Ubiquitous Language](/wiki/ubiquitous_language) shared by developers and domain experts, meticulously defining explicit [Bounded Context](/wiki/bounded_context) boundaries to manage complexity and ensure clarity.

See also

  • [Software Architecture](/wiki/software_architecture)
  • [Microservices](/wiki/microservices)
  • [Agile Development](/wiki/agile_development)
Linked from: Bdd, Bounded Context, Business Domain, Domain Language, Domain Model
0
9 views
1 week ago