Skip to content

Commit 71d4aad

Browse files
authored
Merge pull request #4578 from shaedrich/patch-5
Create topic "DDD"
2 parents e170f88 + d086e0b commit 71d4aad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
display_name: Domain-driven design (DDD)
3+
short_description: Domain-driven design is a programming paradigm where code is separated into domains with distinct business logic.
4+
topic: domain-driven-design
5+
aliases: ddd
6+
related: clean-architecture, cqrs, event-sourcing, microservices
7+
wikipedia_url: https://en.wikipedia.org/wiki/Domain-driven_design
8+
---
9+
**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.
10+

0 commit comments

Comments
 (0)