Tag: mvvm
-
My Experience With The VIP Pattern
At work, we decided to switch from our current MVVM-C pattern to a VIP(-C) approach. It’s not strictly implemented as suggested on https://clean-swift.com, but it is based on it. And of course, it is a gradual migration. It would be crazy to pause all ongoing projects for months just to bring the entire codebase to another architecture. Instead, we will…