Skip to content

Commit d086e0b

Browse files
authored
Create topic "DDD"
1 parent 80ce885 commit d086e0b

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)