-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path01-definitions.dj
More file actions
33 lines (23 loc) · 884 Bytes
/
01-definitions.dj
File metadata and controls
33 lines (23 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{.unnumbered}
# Definitions
{.unnumbered}
## domain
A sphere of knowledge, influence, or activity. The subject area to which the
user applies a program is the domain of the software.
{.unnumbered}
## model
A system of abstractions that describes selected aspects of a domain and can be
used to solve problems related to that domain.
{.unnumbered}
## ubiquitous language
A language structured around the domain model and used by all team members
within a bounded context to connect all the activities of the team with the
software.
{.unnumbered}
## context
The setting in which a word or statement appears that determines its meaning.
Statements about a model can only be understood in a context.
{.unnumbered}
## bounded context
A description of a boundary (typically a subsystem, or the work of a particular
team) within which a particular model is defined and applicable.