Software Architecture

Domain-Driven Design

/dəˈmeɪn ˈdrɪvən dɪˈzaɪn/

Definition

A software design approach modelling the system around the real-world business domain and its language.

Example in context

"In DDD, the 'Order' aggregate owns its own consistency boundary — no external service modifies it directly."

Related terms

Practice this term

Master Domain-Driven Design in context by working through exercises in the Software Architecture module. You'll see the term used in real engineering scenarios with multiple-choice, fill-in-the-blank, and matching drills.

Frequently Asked Questions

What does "Domain-Driven Design" mean?

A software design approach modelling the system around the real-world business domain and its language.

How do you pronounce "Domain-Driven Design"?

"Domain-Driven Design" is pronounced /dəˈmeɪn ˈdrɪvən dɪˈzaɪn/.

Can you use "Domain-Driven Design" in a sentence?

"In DDD, the 'Order' aggregate owns its own consistency boundary — no external service modifies it directly."