Vaughn Vernon Implementing Domain Driven Design Flashcards

1
Q

what is a pattern language?

A

a set of software patterns that are intertwined because they are dependent on each other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is an Ubiquitous language?

A

it’s a common and rigorous language used between developers of DDD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is a bounded context?

A

it is a conceptual boundary where a domain model is applicable t provides a context for the ubiquitous language that is spoken by the team

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is the strategic modeling?

A

a boundary context and an ubiquitous language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is context mapping?

A

relationships between boundary contexts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is a powerful hexagonal architectural style?

A

hexagonal architecture

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what are some examples of hexagonal architecture?

A

event driven , rest , service-oriented

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

should u focus on architecture or domain modeling?

A

domain modeling because architecture comes and goes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what does DDD help us reach?

A

a point where our design is exactly how our software works

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

why should you do DDD?

A

1 - Put domain experts and developers on a level playing field, which produces
software that makes perfect sense to the business

2 - That “makes sense to the business” thing means investing in the business
by making software that is as close as possible to what the business leaders
and experts would create if they were the coders

3 - You can actually teach the business more about itself

4 - Centralizing knowledge is key, because with that the business is capable of
ensuring that understanding the software is not locked in “tribal knowledge,”
available only to a select few, who are usually only the developers.

5 - There are zero translations between the domain experts, the software
developers, and the software.

6 - The design is the code, and the code is the design. The design is how it
works. Knowing the best code design comes through quick experimental
models using an agile discovery process.

7 -

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

how should you use DDD?

A

use it to simplify not to complicate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

why is anemia domain model bad?

A

because you pay most of the high cost of developing a domain model, but u get little or none of the benefit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly