docs(structural): convert patterns.md to thin index#31
Merged
Conversation
Replace decision-bearing prose (Outbox, CQRS, Repository/UoW, ProblemDetails, WebApplicationFactory, TimeProvider, resilience, caching, health checks, Aspire ServiceDefaults, BackgroundService, keyed DI, etc.) with one-paragraph summaries that link to the owning chapter section. Cross-cutting topics without a clear chapter owner (vertical-slice vs Clean Architecture, bounded contexts / monorepo, domain vs integration events) stay here, clearly labelled. GoF refresher trimmed to a one-line-per-pattern vocabulary cheat-sheet that points to the BCL primitive replacing the hand-roll. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Converts
patterns/patterns.mdfrom a doctrine document into a thin index.Each named pattern now gets a ≤3-sentence summary plus a required link to the owning chapter section. Decision-bearing prose lives in the chapters.
Ownership mapping applied
docs/03-data.md §6(Cross-system consistency → Outbox)docs/03-data.md §12(CQRS-lite)docs/03-data.md §11DbContext→docs/03-data.md §6docs/02-aspnetcore.md §3docs/02-aspnetcore.md §7+docs/06-cloud-native.md §6docs/03-data.md §14+docs/02-aspnetcore.md §9(OutputCache)docs/04-testing.md §5docs/01-foundations.md §5(prod) +docs/04-testing.md §14(test)docs/06-cloud-native.md §10docs/06-cloud-native.md §1docs/02-aspnetcore.md §12docs/01-foundations.md §5Kept here as cross-cutting (no single chapter owner)
monorepo.md)Anti-patterns section continues to point at
patterns/anti-patterns.md.GoF refresher reduced to a one-line-per-pattern vocabulary cheat-sheet pointing at the BCL primitive that replaces the hand-roll.
Markdownlint passes locally with the repo's
.markdownlint.yaml.