Architecture
MVC vs MVVM
Someone proposes moving an app that works fine on MVC over to MVVM. What's the fundamental difference between MVVM and MVC?
MVC vs MVVM
Someone proposes moving an app that works fine on MVC over to MVVM. What's the fundamental difference between MVVM and MVC?
ArchitectureMultiple choiceBasics
In MVVM, which of these should a ViewModel not have? Select all that apply.
#mvvm #viewmodel
ArchitectureShort answerBasics
Pick the last screen you built and walk me through it end to end. Where did you put the b…
#mvvm #viewmodel
SwiftUIShort answerAdvanced
If you apply MVVM to a SwiftUI screen, how do you define the ViewModel and how does the v…
#mvvm #viewmodel
TestingShort answerBasics
This screen leans heavily on an API response. How would you change the code so you can te…
#mvvm #testability