This repository was archived by the owner on Jan 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Let’s start from the definition of Bounded Context from the Vaughn Vernon cour
7070
7171From the definition (and also from the name itself :laughing : ) a bounded context is a specific limit boundary within a
7272software model. Inside a bounded context everything is explicit about the model. The software model inside a bounded
73- context is created using terms from a language developed but the team working on the it. This language is called
73+ context is created using terms from a language developed by the team working on the it. This language is called
7474Ubiquitous language and its main features are:
7575
7676* It should be rigorous and non ambiguous
@@ -102,7 +102,7 @@ Let’s start as always from the Vernon definition of what a subdomain is.
102102> more Domain Experts who understand very well the aspects of the business that a specific Subdomain facilitates.
103103> The Subdomain also has greater or lesser strategic significance to your business...
104104
105- In DDD, a subdomain maps tot a single bounded context. The domain expert of a particular subdomain are an active part of
105+ In DDD, a subdomain maps to a single bounded context. The domain expert of a particular subdomain are an active part of
106106the team in charge of the related bounded context. There are 3 types of subdomains:
107107
108108* Core domain: the most important subdomain of your organization. This is what differentiate your company from the
You can’t perform that action at this time.
0 commit comments