glossary

What is Domain-Driven Design?

What is Domain-Driven Design?

Domain-Driven Design (DDD) is a software development approach that models software development based on the input from the domain it is meant to serve. This means the software's structure and language closely mirror the business domain. By understanding the domain, the model can address relevant problems and produce higher-quality applications.

Key concepts in DDD programming:

  • Ubiquitous language - The common domain-driven language used by developers, domain experts and stakeholders throughout the project to ensure clarity and reduce misunderstandings. This language is also used in the code itself, making the code more understandable and aligned with the domain. For example, in a healthcare system, this means using “Patient Management” as the name for the capabilities for registering patients, tracking their health records and scheduling appointments.
  • Bounded context - A bordered zone in the domain in which a word, statement or model is applied. DDD defines numerous bounded contexts in the domain to manage complexity and ensure the model's consistency within each context. For example, in a healthcare system, there could be a bounded context for medical staff, using terms like ‘patient management’, and a support center bounded context, using terms like ‘tickets’.
  • Context maps - Diagrams that illustrate how different bounded contexts interact and relate to one another. They help developers, architects and stakeholders understand the system, making it easier to identify potential integration points, conflicts, or areas where the domain models might need to be aligned or translated between contexts.
  • Domain services - Operations that belong in the domain model but do not naturally fit within the boundaries of an entity or value object. These are often stateless operations that perform calculations or combine elements of the domain.
  • Domain model - The conceptual representation of the core concepts, rules and logic  that surround a specific problem domain. It serves as a structural map of how various entities interact within that domain. The goal of a domain model is to capture the problem space and offer an abstracted view of the domain that prioritizes the aspects relevant to solving problems within that domain.

The concept was introduced by Eric Evans in his book Domain-Driven Design: Tackling Complexity in the Heart of Software and has gained adoption over the past two decades.

Strategic design in Domain-Driven Design

Strategic design is the team activities that take place to define the bounded contexts, ubiquitous language and context maps. By working with the domain experts and the technical team on strategic design, the domain model is established, enabling a shared understanding of core concepts, entities and relationships with the domain that will guide the rest of the process.

Strategic design requires gathering information from the domain experts, developing and modeling the domain and visualizing the relationships between different bounded contexts.

Implementing Domain-Driven Design principles

Implementing DDD requires collaboration between technical experts and domain experts to ensure that the software accurately reflects and serves the business' needs. Here's how to do it:

  • Start with the domain - The first step is to deeply understand the business domain you are working in. This involves extensive discussions with domain experts to capture the nuances of the business. The goal is to identify the core problems the business is trying to solve and the language they use to describe these problems and solutions.
  • Focus on collaboration and learning - Foster a culture of collaboration and continuous learning among the development team and between developers and domain experts. Regular knowledge-sharing sessions, code reviews and pair programming can help disseminate domain knowledge and DDD practices throughout the team.
  • Developing the ubiquitous language - The creation of the common language that will be used in the product as a solution to the domain problems. The Ubiquitous Language supports close communication and a common understanding, which will ensure a more effective development process.
  • Identify bounded contexts - Delineating the boundaries within which a certain model is defined and applicable. Identifying these contexts helps in understanding how different parts of the business interact and where they are separated. This separation allows teams to work independently within their contexts, reducing complexity and misunderstandings.
  • Create a rich domain model - Within each bounded context, create a domain model that encapsulates the business logic and rules. This model should be rich in domain-specific language, making it easier for both developers and domain experts to understand and evolve. The model will typically include entities, value objects, aggregates, services and domain events that reflect the specifics of the domain.
  • Refactor and update - DDD is not a one-time process but an ongoing strategy. As you implement your models and systems, new insights and understandings of the domain will emerge based on market research, user feedback and more. Regularly refactor your models to better capture these insights.

Benefits of Domain-Driven Design

  • Brings business value - DDD encourages teams to gain a deep understanding of the business domain, ensuring that the software solution is closely aligned with business objectives. This leads to software that more accurately addresses the needs and challenges of the business.
  • Improves communication - By using a common domain language (ubiquitous language) that is shared between developers, domain experts and stakeholders, DDD helps avoid misunderstandings and ensures that everyone is aligned on the concepts and goals.
  • Modularity - DDD promotes the division of the system into bounded contexts, which helps manage complexity. Each bounded context deals with a specific part of the domain, leading to a modular DDD architecture that is easier to understand, develop and maintain.
  • Flexibility and scalability - DDD makes it easier to adapt to changes in business requirements and scale specific parts of the system as needed without affecting the entire application.
  • High-quality design - Domain-driven development leads to a more thoughtful and well-structured design that accurately reflects business processes. This can enhance the quality and longevity of the software, since it is built around a solid understanding of the domain.

Challenges of Domain-Driven Design

  • Steep learning curve - DDD requires a significant investment in understanding the business domain, as well as mastering the principles and patterns of DDD itself.
  • Increased initial effort - The initial phase of a DDD project, where the domain is being explored and the ubiquitous language is being developed, can be time-consuming. This might lead to longer initial development times compared to more straightforward coding-first approaches.
  • Complexity in a large domain - In very large or complex domains, creating a cohesive model can be difficult and complex. Maintaining consistency across bounded contexts and integrating them where necessary can add complexity.
  • Overengineering -There's a risk of overengineering solutions, as DDD encourages deep thinking about the domain and its model. Teams might spend too much time on the design aspect, creating overly complex models for relatively simple domains.
  • Requirement for close collaboration - DDD requires close collaboration between domain experts and the development team. In environments where this collaboration is difficult due to organizational barriers or lack of access to domain expertise, implementing DDD effectively can be challenging.

DDD and the internal developer portal

An Internal Developer Portal, on the other hand, is a centralized platform that serves as a hub for developers within an organization. By providing access to APIs, documentation, tools, best practices and other resources needed for development tasks, the portal streamlines development workflows and increases productivity.

Here’s how a portal can support DDD:

  • The portal can host domain models, architectural decisions, context maps and services defined in bounded contexts, making them accessible for developers.
  • The portal can create golden paths that guide developers through DDD best practices.
  • The portal can accelerate the onboarding process to the domain by providing easy access to all necessary information, including business knowledge, the software Domain-Driven Design architecture and the development environment.

Let us walk you through the platform and catalog the assets of your choice.

I’m ready, let’s start