Skip to content

Commit

Permalink
Merge pull request #4578 from shaedrich/patch-5
Browse files Browse the repository at this point in the history
Create topic "DDD"
  • Loading branch information
tomthorogood authored Jan 16, 2025
2 parents e170f88 + d086e0b commit 71d4aad
Showing 1 changed file with 10 additions and 0 deletions.
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.

0 comments on commit 71d4aad

Please sign in to comment.