From c66b75d2e94b940eaa28877a87233118d19167ed Mon Sep 17 00:00:00 2001 From: Dang Van Dien Date: Sun, 17 Sep 2017 11:16:37 +0700 Subject: [PATCH] Added a link to The Clean Architecture --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78c8e07..f191846 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ But knowing the stuff will help you become better! :muscle:* - :book: [Practical Object Oriented Design in Ruby](http://www.poodr.com/) - :movie_camera: [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s) - :scroll: [Microservices](https://martinfowler.com/articles/microservices.html) +- :movie_camera: [The Clean Architecture](https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html) ### Practices - :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code)