Hi, I really enjoyed and learned a lot from your SOLID course (those refactors are quite useful), Thanks so much. But thereโs is only one thing that I donโt get, in the image that I attached, you suggested adding extensions of the type AnalyticsEvent in each module, I donโt know if I misunderstood you, but I think that approach would invert the dependency and affect the independence/reusability of the modules because they would have to know about the type AnalyticsEvent which resides in the CoreModule, could you please clarify this approach, thanks.
1 Like