What Means Domain in the Context of Domain-Driven Design?

When we talk about Domain-Driven Design, or DDD, the term "domain" is often thrown around. But what does it really mean? If you've been developing software for any length of time, you've probably heard people talk about "the domain" ...

Over a decade ago, I embarked on a journey into the exciting world of Domain-Driven Design (DDD). In the past, I even had the opportunity to write a column about it for VSOne magazine. I shared my hands-on experiences and insights into developing complex business applications with C# .NET. Today, I revisit that passion by focusing on the core principles of DDD, starting with the most basic but often misunderstood concept: the “domain.”

In this article, you’ll learn what a “domain” means in the context of DDD, how it is structured, and why understanding it is critical to the success of any DDD project. We will explore core, supporting, and generic subdomains using a simple online bookstore as an illustrative example. Once you understand these basics, you will be better equipped to tackle complex business problems in an organized and effective manner.

What Does “Domain” Really Mean?

When we talk about Domain-Driven Design, or DDD, the term “domain” is often thrown around a lot. But what does it actually mean? If you’ve been developing software for any length of time, you’ve probably heard people talk about “the domain” as if it were some mystical entity that everyone should know about. Let’s clear the air and get to the heart of what “domain” really means, especially in the context of DDD.

The Bird’s-Eye View of a Domain

At a high level, a domain is essentially the sphere in which an organization operates. It’s what the business does and the environment it does it in. Think of it like this: if you run an online bookstore, your domain involves selling books over the internet. Simple, right?

But here’s where we need to pause and make sure we don’t get carried away. Often, people hear the term “Domain Model” and assume that we’re supposed to create a grand, unified model that encapsulates every single aspect of the organization. That’s a misunderstanding. In fact, DDD advises against it.

Domains Are Complex Beasts

Here’s the truth: an organization’s domain isn’t a monolithic thing; it’s more like a complex ecosystem made up of various subdomains. These subdomains are smaller, specialized areas within the larger domain that the organization operates in. So, in our online bookstore example, while the overarching domain is “selling books online,” the subdomains might include Book Catalog, Orders, Invoicing, and Shipping.

“Selling books online” Domain with Subdomains

Why Subdomains Matter in DDD

DDD isn’t about creating one massive model that tries to encapsulate this entire ecosystem. That would be overwhelming and, frankly, not very useful. Instead, DDD encourages us to focus on these individual subdomains and create bounded contexts around them.

In layman’s terms, a bounded context is a boundary within which a particular model is defined and applicable. You wouldn’t use the same rules or logic for shipping as you would for product management, would you? They are different sub-areas, each with their own concerns and complexities.

For those who want to go deeper, I’ve already written an in-depth article on bounded contexts, which you can read here.

The Size of the Organization Doesn’t Matter

You might be wondering, “What if my company is just a startup? Do I still need to think in terms of subdomains and bounded contexts?” The answer is a resounding yes. Whether your software serves five people or five million, breaking down the domain into manageable subdomains is critical for tackling complexity and delivering real business value.

So, when you hear the term “domain,” don’t get lost in the abstraction. Think of it as the overarching sphere of what a business does, but remember that this sphere is composed of many smaller, specialized circles — subdomains. By understanding this, you set the stage for effective Domain-Driven Design, focusing on what really matters to deliver solutions that work in the real world.

The Importance of the Core Domain

When working with Domain-Driven Design (DDD), understanding your Core Domain is essential — it’s the main area that your business needs to get right to succeed. So, what makes a Core Domain so crucial, and how does it differ from other subdomains?

The Core Domain is the most important part of your business; it’s where you must excel to achieve your goals. When you’re investing your time and resources into a DDD project, the Core Domain is what you’re focusing on.

Revisiting the Bookstore Example

Let’s go back to our online bookstore example from Chapter 1. In that scenario, the Core Domain could be the Book Catalog subdomain. Why? Because having an easy-to-use and comprehensive catalog is essential for attracting and retaining customers. If the catalog isn’t user-friendly, people won’t stay on your site, and they certainly won’t buy anything.

The Role of Supporting Subdomains

Supporting Subdomains are also critical, but they’re not the main focus. These subdomains add specific features or qualities to your business that set it apart but aren’t the primary reason the business exists.

In our bookstore case, the Order subdomain might be considered a Supporting Subdomain. A streamlined and efficient ordering process adds value to the customer experience, encouraging repeat visits.

Understanding Generic Subdomains

Finally, there are Generic Subdomains. These are elements of your business that are needed for operations but aren’t unique to what you do. They are functionalities that any similar business would require.

In the context of our online bookstore example, Invoicing and Shipping could be Generic Subdomains. These operations are essential, but they’re not where you’re going to differentiate yourself from the competition.

“Selling books online” business Domain with Subdomains and Bounded Contexts

All Subdomains Have Their Place

Even though we categorize subdomains as Core, Supporting, or Generic, it doesn’t mean any are unimportant. Each has a specific role to play in the overall success of the business. While you’ll invest most of your innovative energy in the Core Domain, the Supporting and Generic Subdomains still need to function well to keep everything running smoothly.

In essence, your Core Domain is where you focus most of your efforts and creativity. Supporting Subdomains add unique features that help differentiate your business, while Generic Subdomains provide the essential functionalities that keep your business operational. By understanding the role of each, you can allocate resources more effectively and focus on what truly matters for your business.

Summary

We’ve navigated the multifaceted concept of “domain” and its subdomains — Core, Supporting, and Generic — in the context of Domain-Driven Design. I hope this discussion has provided clarity and reinforced the importance of pinpointing where your organization should focus its efforts. Remember, understanding your domain isn’t just an academic exercise; it has real-world implications for resource allocation, innovation, and ultimately, your business’s success.

In the next episode of this DDD series, we’re going to take these principles and apply them to real-world scenarios. We’ll go into the problem space and solution space, dissecting how they interact and influence your domain and subdomains. It promises to be an engaging discussion that will further enrich your DDD toolkit.

Thank you for joining me on this journey into the essence of Domain-Driven Design.

Cheers!

Subscribe to Rico Fritzsche

Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.
jamie@example.com
Subscribe