108: Architecture Patterns
They discuss MVVM pitfalls, observable collection misuse, messaging drawbacks, and the mediator pattern as a way to isolate features and reduce service sprawl. The conversation emphasizes scalability, testability, and clearer intent in app-level communication design.
What you’ll learn
- How to prevent MVVM notification noise from turning into UI performance debt.
- Why mediator-style routing can simplify complex feature interactions.
- When messaging abstractions help versus when direct events are cleaner.