Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions topics/domain-driven-design/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
display_name: Domain-driven design (DDD)
short_description: Domain-driven design is a programming paradigm where code is separated into domains with distinct business logic.
topic: domain-driven-design
aliases: ddd
related: clean-architecture, cqrs, event-sourcing, microservices
wikipedia_url: https://en.wikipedia.org/wiki/Domain-driven_design
---
**Domain-driven design** (**DDD**) is is a programming paradigm where code is separated into domains with distinct business logic. This helps isolating relating logic and stick to each domain's objective.

Loading