How much code behind is Okay? MVVM best practices | Stream Highlight
Summary
The transcript discusses best practices for code-behind in software development, specifically within MVVM (Model-View-ViewModel) architecture. The speaker emphasizes flexibility, suggesting developers can have as much or as little code-behind as needed, with a focus on maintaining testability and keeping view models separate from UI concerns. The key practical takeaway is that while clean code principles are valuable, context matters, and developers should prioritize functionality and efficiency over strict adherence to architectural rules.