I gave a talk on controlling complexity in Swift with value-oriented programming: realm.io/news/andy-matu.
(thanks !)
Conversation
…how were you triggering UI updates from model changes? KVO? NSFetchedResultsController? Core Data change notifications?
1
Replying to
A DataStorage object vended signals by filtering the Core Data notifications.
Replying to
Interesting. The case that seems hardest is when things would fall into/out of fetched sets. Were you solving for that?
1
DataChangeEvent<T> is the signal's value type.
1
Show replies

