Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 541 Bytes

File metadata and controls

25 lines (16 loc) · 541 Bytes

Decisions

This section records architecture decision records (ADRs). Each ADR explains why a significant decision was made and what alternatives were considered.

When to write an ADR

Write an ADR when the decision:

  • Is hard to reverse.
  • Affects multiple layers or teams.
  • Has non-obvious trade-offs.

Existing decisions

Naming

Use a sequential number and a short kebab-case title:

decisions/
  001-use-uuid-for-ids.md
  002-choose-postgresql.md