From 1930e0857ef606c7e7bc8c6c6a1b575fefd61151 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Sun, 25 Aug 2019 20:22:31 +0200 Subject: [PATCH] Add Martin Fowler's guide --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c405bbb..a49b7d5 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,8 @@ Here's a list of good books: * [Domain-Driven Design: Tackling Complexity in the Heart of Software](https://www.amazon.com/Domain-Driven-Design-Tackling-Complexity-Software/dp/0321125215) 📖, Eric Evans * [Clean Architecture](https://www.goodreads.com/book/show/18043011-clean-architecture) 📖, Robert C. Martin. Uncle Bob proposes an architecture that leverages the Single Responsibility Principle to its fullest. A great way to start a new codebase. Also checkout the [clean architecture cheatsheet](cheatsheets/Clean-Architecture-V1.0.pdf). +One of the absolute references on architecture is Martin Fowler: checkout his [Software Architecture Guide](https://martinfowler.com/architecture/). + Articles: * [101 Design Patterns & Tips for Developers](https://sourcemaking.com/design-patterns-and-tips)