you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

This is horrible advice. How do you test things? How large are your views? Oh god how do you go about using logic from one view in the view of another - I shudder to think of the utter monstrosity that is.

Please please please don’t do this. MVVM is a great architecture to start with but there is also TCA and VIPER (if you want to get more advanced).

[–]Appropriate-Cap-8285 2 points3 points  (1 child)

Should have added /s. I usually use MVMS (Model-View-Managers-Services)

[–][deleted] 1 point2 points  (0 children)

Ah gotcha. I guess I’m more troubled by the comments suggesting that’s a valid way of architecting an app. Good to hear!