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.
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 :))