FlineDev / Imperio

Keep the screen flow and data handling logic out of your view controllers – let them handle view-stuff only.
MIT License
58 stars 12 forks source link

Document that ViewModels should either use `let` or `ObservableProperty` #13

Open Jeehut opened 5 years ago

Jeehut commented 5 years ago

Also add the rationale, which is that this way no call to an update() method needs to be made so it can be internal (separating concerns).