15 lines
706 B
Org Mode
15 lines
706 B
Org Mode
:PROPERTIES:
|
|
:ID: bfb4cd68-85ec-4ea7-99b1-247c918e87bb
|
|
:ROAM_ALIASES: ADRs
|
|
:END:
|
|
#+title: Architecture Decision Records
|
|
|
|
ADRs provide documentation on architectural decisions made over the course of
|
|
[[id:9e68d422-cced-4177-96d1-90f777b9a493][Software Development]]. Each ADR records a single decision. Different templates
|
|
exist for writing them, but generally, they include the context and motivating
|
|
factors for the decision, what decision was made, why it was made, and what the
|
|
results and implications of that decision are.
|
|
|
|
* Resources
|
|
- [[https://adr.github.io/][ADR GitHub organization]]
|
|
- [[id:02396814-be70-4840-bc91-1c5e4bafe6c4][The decision view's role in software architecture pracice]]
|