Capital One interview question

When would you use MVVM in designing iOS apps?

Interview Answer

Anonymous

18 Jun 2025

I'd use MVVM when I want modularity and compose the app so that I have business logic separate from the views, so that it is easily testable and easier to extend said code in the future.