Architecture - State Driven Modules Decoupling
HTML-код
- Опубликовано: 11 дек 2024
- In this episode I talk about State Driven Modules Decoupling
00:07 Happy New Year to you all!!!
00:21 Problem description
00:53 Coupled modules example
03:00 The problem with this modules coupling
04:01 State introduction
06:02 Modules decoupling using state in our example
08:48 The benefits of modules decoupling
10:15 State Driven Application design
Architecture Playlist:
• Architecture
Let me know what would you like me to talk about, it can be anything as long as it is programming related
Thanks for the nice explanation. We are using observables in our Angular application, and listeners/subscribers in our Symfony backend application to decouple modules. I am interested in learning more about decoupling strategies in general, besides the Observer Pattern. Do you recommend any resources?
Thank you. I can suggest reading the book 'Clean Architecture' by Robert C. Martin (Uncle Bob), he talks there in depth about what you are interested in.
Good explanation, but I think, an implementation example is required to help more. (in TypeScript :))