Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 983 Bytes

9-domain-driven-design.md

File metadata and controls

18 lines (11 loc) · 983 Bytes

🌇 Architecture & Paradigms

DDD (Domain Driven Design)

Software is a means like any other to an end / to a real goal. Since software is not an end in itself, it must remain practical, useful and ergonomic.

Domain Driven Design refers to business-driven design. It is a business-centric approach to software development through (technical) design patterns, conceptual models.

More videos on the Domain-Driven Design Europe youtube channel.


⬅️ 🌇 Architecture & Paradigms: Compiler & Interpreter | ➡️ 🌇 Architecture & Paradigms: Others