Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Architectural decisions records (ADR)

ADR Template

  • In the context of: functional requirement (story, use case or arch. component)
  • facing: non-functional requirement (for instance a desired quality)
  • we decided: decision outcome (arguably the most important part)
  • and neglected alternatives not chosen (not to be forgotten!),
  • to achieve: benefits (the full or partial satisfaction of requirement(s))
  • accepting that: drawbacks and other consequences ( for instance impact on other properties/context and effort/cost (both short term and long term)).

Related Code