Skip to content

Commit

Permalink
add new deep module image
Browse files Browse the repository at this point in the history
  • Loading branch information
zakirullin committed Nov 9, 2024
1 parent 737ee0f commit a85fd2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a85fd2c

Please sign in to comment.