6 ms·
I concluded from experience that it always pays off to keep views separate from any logic except the bare minimum required for presenting the data on screen. Th
by viktorcode 4y ago
I concluded from experience that it always pays off to keep views separate from any logic except the bare minimum required for presenting the data on screen. This works regardless of UI framework.
- spideymans 4y agoAre you describing MVVM? If so, I completely agree.