rootstack
ArticlesConceptsMapTags

Areas

ArchitectureDomain designKotlinTestingPatterns

Pinned

Bounded ContextUbiquitous LanguageAnti-Corruption Layer

#architecture

4 pages tagged.

Articles

1
DDDArchitecture

Strategic Domain-Driven Design

The strategic patterns that keep a large codebase coherent: bounded contexts, context mapping, and where Kotlin helps.

Mar 7, 2025 · 12 min · 0 backlinks

Concepts

3

Bounded Context

The scope within which a single domain model stays consistent and unambiguous, governed by one ubiquitous language.

Evergreen6 links

Context Mapping

Naming the relationships between bounded contexts: partnership, customer-supplier, conformist, or a defensive anti-corruption layer.

Budding1 links

When CQRS actually pays off

CQRS earns its complexity only when read and write models genuinely diverge. A note on when it actually pays off.

Seedling0 links