roam/20200819222313-adrs.org

16 lines
706 B
Org Mode
Raw Permalink Normal View History

2021-07-29 22:51:04 +00:00
:PROPERTIES:
:ID: bfb4cd68-85ec-4ea7-99b1-247c918e87bb
:ROAM_ALIASES: ADRs
:END:
2020-08-20 03:18:48 +00:00
#+title: Architecture Decision Records
ADRs provide documentation on architectural decisions made over the course of
2021-07-29 22:51:04 +00:00
[[id:9e68d422-cced-4177-96d1-90f777b9a493][Software Development]]. Each ADR records a single decision. Different templates
2020-08-20 03:18:48 +00:00
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]]
2021-07-29 22:51:04 +00:00
- [[id:02396814-be70-4840-bc91-1c5e4bafe6c4][The decision view's role in software architecture pracice]]