From dfc5230dc44d14c3d28f0812e6dd62446d5cb7c5 Mon Sep 17 00:00:00 2001 From: dela Date: Fri, 4 Jan 2019 09:14:30 +0100 Subject: [PATCH 1/2] add design it! --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 578b761..b4464e1 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ In this fairly short book (240p), the reader gets a short theoretical introducti Having already attended several coderetreats, reading this book was my ([@tdpauw](https://twitter.com/tdpauw)) biggest a-ha moment in understanding how TDD works and how to apply it. ## 🏗️ Architecture, Design & Modelling +### 📖 [Design it! From Programmer to Software Architect](https://www.goodreads.com/book/show/31670678-design-it) + +This book is an approach to apply design thinking to software architecture. It covers a lot of workshop formats, techniques and methods that will help you to not only do good architecture decisions, but to also to facilitate and guide decisions within a team. ## 🚀 Software Development, Process & Delivery ### 📖 [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code) by Michael C. Feathers From d408b08565bc93793a575069f25529c67c6c0b76 Mon Sep 17 00:00:00 2001 From: dela Date: Fri, 4 Jan 2019 09:18:56 +0100 Subject: [PATCH 2/2] add author --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4464e1..b51e6f1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ In this fairly short book (240p), the reader gets a short theoretical introducti Having already attended several coderetreats, reading this book was my ([@tdpauw](https://twitter.com/tdpauw)) biggest a-ha moment in understanding how TDD works and how to apply it. ## 🏗️ Architecture, Design & Modelling -### 📖 [Design it! From Programmer to Software Architect](https://www.goodreads.com/book/show/31670678-design-it) +### 📖 [Design it! From Programmer to Software Architect](https://www.goodreads.com/book/show/31670678-design-it) by Michael Keeling This book is an approach to apply design thinking to software architecture. It covers a lot of workshop formats, techniques and methods that will help you to not only do good architecture decisions, but to also to facilitate and guide decisions within a team.