From 687eb6f4f58b5f02972ecf03ee03904dbc28e4d0 Mon Sep 17 00:00:00 2001 From: Dang Van Dien Date: Sun, 17 Sep 2017 11:41:07 +0700 Subject: [PATCH] Add Feature Toggles --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98ad35d..257cfdf 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ But knowing the stuff will help you become better! :muscle:* - :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) +- :scroll: [Feature Toggles](https://martinfowler.com/articles/feature-toggles.html) ### Practices - :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code)