STOP Using Conditional Modifiers in SwiftUI! Here's What to Do Instead 🚀 kzbin.info/www/bejne/o4emmaCrdsaErtE&ab_channel=Rebeloper-RebelDeveloper
@NerdyYawdie18 күн бұрын
Great Vid
@АртемВласенко-щ5п15 күн бұрын
Where is game changer? What the difference between this and vm?
@echolumaque213014 күн бұрын
Honestly none, he just makes the code more polluted making it less maintainable.
@rodionov_av18 күн бұрын
The same mvvm, but use another words.
@davidonwp17 күн бұрын
Indeed!
@rebeloper17 күн бұрын
Really?
@echolumaque213014 күн бұрын
That's the same as MVVM! Honestly, the "U" or utility is just very redundant and you add unnecessary codes, making the codebase less maintainable. Also one more thing, you are using static, which are bad for memory management as they don't get cleaned up, which are bad for ARC.