diff --git a/README.md b/README.md index e909cb2..9d2dce9 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,8 @@ Worse yet, at some point frameworks can become a significant constraint when fac We can write code in a somewhat framework-agnostic way. The business logic should not reside within a framework; rather, it should use the framework's components. Put a framework outside of your core logic. Use the framework in a library-like fashion. This would allow new contributors to add value from day one, without the need of going through debris of framework-related complexity first. +> [Why I Hate Frameworks](https://minds.md/benji/frameworks) + ## Hexagonal/Onion architecture There is a certain engineering excitement about all this stuff.