Say it like this
Real examples
"Before we move forward, we need to create an ADR explaining why we are switching to a serverless architecture."
"The ADR clearly states that we chose REST over GraphQL for API simplicity, so this implementation is correct."
"Read the ADRs in our docs folder to understand the architectural decisions made over the past two years."
Don't say this
Handle with care. ADR is often confused with decision logs or design documents. ADRs specifically document the reasoning behind architectural choices, not all decisions. Do not use ADR for minor implementation choices.
Other forms
ADR
"The ADR for our caching strategy is documented in the architecture folder."
ADRs
"Our team reviews ADRs during architecture discussions."
Often used with
Similar words
Practice
Try it
4 quick exercises
1. Your team chose to use Kubernetes for orchestration. What do you do next?
2. The _______ documents why we decided to use event-driven architecture instead of request-response.
3. Which sentence uses ADR incorrectly?
4. Rewrite this using ADR: 'We made a decision to use PostgreSQL instead of MongoDB because it is better for structured data, and we should write something down about this choice so people know why we chose it.'
Questions
Quick poll
Have you said "adr" in a standup this week?
Want more structured practice like this? Our English for Programmers course covers real workplace English in depth.




