DEV Community

Architectural Decision Records in a Nutshell

David Lambauer on April 29, 2019

Developers know that software architecture is important stuff. For novice developers, though, there may be a bit of confusion on how much cont...
Collapse
 
mgan59 profile image
Morgan Craft

Hey David, huge fan of ADRs, thanks for writing this up. Curious are you still using ADRs? I've been working on some tooling in this space and would love your thoughts.

Collapse
 
davidlambauer profile image
David Lambauer

Hi Morgan,

I still use ADR's whenever it makes sense. I strong believe in well structured code following common best practices. Besides that, there is not much to document except decisions made during development. Therefore ADR's is a great fit to fill the knowledge gap.