From f705f9758034c314af31edb51ada76710e3f9c46 Mon Sep 17 00:00:00 2001 From: Doc SoC Date: Fri, 20 Mar 2026 10:54:09 +0100 Subject: [PATCH 1/2] Update 2024-10-27-ad-practices.md * Simplified DPR sentence * Added quote from post by JR --- _posts/2024-10-27-ad-practices.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-10-27-ad-practices.md b/_posts/2024-10-27-ad-practices.md index e2218aa..1bc163a 100644 --- a/_posts/2024-10-27-ad-practices.md +++ b/_posts/2024-10-27-ad-practices.md @@ -11,9 +11,9 @@ categories: [adr] ## AD Making -The [Design Practice Repository](https://socadk.github.io/design-practice-repository/) on GitHub and the [Design Practice Reference](https://leanpub.com/dpr), a corresponding LeanPub e-Book, feature an AD making and capturing activity, which is positioned as one of the essential activities in DPR (Mirko Stocker and Olaf Zimmermann, 2021-2024). +The [Design Practice Repository (DPR)](https://socadk.github.io/design-practice-repository/) on GitHub and the [DPR e-Book](https://leanpub.com/dpr) on LeanPub feature an [AD making and capturing activity](https://socadk.github.io/design-practice-repository/activities/DPR-ArchitecturalDecisionCapturing.html) as an essential activity (Mirko Stocker and Olaf Zimmermann, 2021-2024). -[Decision-making ADRs: weightings are a work-around](https://jacquiread.com/posts/2024-09-11-decision-making-adrs-weightings-are-a-workaround/) is a blog post by Jacqui Read that offers some tips on how to make better architectural decisions (2024). +[Decision-making ADRs: weightings are a work-around](https://jacquiread.com/posts/2024-09-11-decision-making-adrs-weightings-are-a-workaround/) is a blog post by Jacqui Read that offers some tips on how to make better architectural decisions (2024). Example: "normalise your criteria DOWN to the same level of abstraction". Things can go wrong. The blog post [Seven Architectural Decision Making Fallacies (and Ways Around Them)](https://medium.com/olzzio/seven-architectural-decision-making-fallacies-and-ways-around-them-7b35ea1be4f9) identifies decision making habits with room for improvement (Olaf Zimmermann, 2025). From 9d51dcad4f7518a6ff2bc46a7a7616db899412f9 Mon Sep 17 00:00:00 2001 From: Doc SoC Date: Fri, 20 Mar 2026 13:07:13 +0100 Subject: [PATCH 2/2] Update 2024-10-27-ad-practices.md --- _posts/2024-10-27-ad-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-10-27-ad-practices.md b/_posts/2024-10-27-ad-practices.md index 1bc163a..9b4778e 100644 --- a/_posts/2024-10-27-ad-practices.md +++ b/_posts/2024-10-27-ad-practices.md @@ -11,7 +11,7 @@ categories: [adr] ## AD Making -The [Design Practice Repository (DPR)](https://socadk.github.io/design-practice-repository/) on GitHub and the [DPR e-Book](https://leanpub.com/dpr) on LeanPub feature an [AD making and capturing activity](https://socadk.github.io/design-practice-repository/activities/DPR-ArchitecturalDecisionCapturing.html) as an essential activity (Mirko Stocker and Olaf Zimmermann, 2021-2024). +The [Design Practice Repository (DPR)](https://socadk.github.io/design-practice-repository/) on GitHub and the [DPR e-Book](https://leanpub.com/dpr) on LeanPub feature [AD making and capturing](https://socadk.github.io/design-practice-repository/activities/DPR-ArchitecturalDecisionCapturing.html) as an essential design activity (Mirko Stocker and Olaf Zimmermann, 2021-2024). [Decision-making ADRs: weightings are a work-around](https://jacquiread.com/posts/2024-09-11-decision-making-adrs-weightings-are-a-workaround/) is a blog post by Jacqui Read that offers some tips on how to make better architectural decisions (2024). Example: "normalise your criteria DOWN to the same level of abstraction".