roam/20200819222313-adrs.org

13 lines
636 B
Org Mode
Raw Normal View History

2020-08-20 03:18:48 +00:00
#+title: Architecture Decision Records
#+roam_alias: "ADRs"
ADRs provide documentation on architectural decisions made over the course of
[[file:20200723095845-software_development.org][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]]
2020-08-20 03:22:39 +00:00
- [[file:PhilippeKruchten1998.org][The decision view's role in software architecture practice]]