Glossary Flashcards

1
Q

Bounded Context

A

A unit for partitioning a larger domain or system model into smaller parts, each of which represents an internally consistent business domain area.

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

Cognitive Load

A

The amount of working memory being used.

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

Collaboration Mode

A

Teams working closely together with another team.

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

Complicated Subsystem Team

A

Responsible for building and maintaining a part of the system that depends heavily on specialist knowledge.

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

Conway’s Law

A

Law coined by Mel Conway that states that system design will copy the communication structures of an organization which designs it.

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

Dunbar’s Number

A

Coined by anthropologist Robin Dunbar, which states that fifteen is the limit of people one person can trust; of those, only around 5 can be known and trusted closely.

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

Enabling Team

A

Teams comprised of specialists in a given technical or product domain; they help bridge the capability gap.

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

Facilitation Mode

A

Teams helping or being helped by another team to clear impediments

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

Fracture Plane

A

A natural seam in the software system that allows it to be easily split into two or more parts.

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

Platform Team

A

Enables Stream Aligned teams to deliver work with substantial autonomy

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

Stream Aligned Team

A

A team aligned to a single valuable stream of work.

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

Thinnest Viable Platform

A

A careful balance between keeping the platform small and ensuring that the platform is helping to accelerate and simplify software delivery for teams building on the platform.

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

Z-as-a-Service

A

Consuming or providing something with minimal collaboration.

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

Types of Cognitive Load

A

Extraneous Cognitive Load: Relates to the environment in which the task is being done (e.g. How do I deploy this component again?)
Eliminate this load altogether.

Germane Cognitive Load: Relates to the task that need special attention for learning or high performance (e.g. How should this service interact with the ABC Service?)
Greatest space is reserved for this load (“value add” thinking).

Intrinsic Cognitive Load: Relates to aspects of the task fundamental to the problem space (e.g. What is the structure of a Java class?)
Minimize through training, good tech choices, hiring, pair programming)

Further example:
Intrinsic cognitive load for a web application developer could be the knowledge of the computer language being used, the extraneous load might be details of the commands needed to instantiate a dynamic testing environment, and the germane cognitive load could be the specific aspects of the business domain that the application developer is programming.

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