cdzombak / thingshub

[UNMAINTAINED] Synchronize issues assigned to you from a Github repo into Things.
MIT License
18 stars 2 forks source link

Use RAC for application logic flow #2

Closed cdzombak closed 10 years ago

cdzombak commented 10 years ago

@andrewsardone, am I doing this right?

I've tried here to make the flow through the entire app ReactiveCocoa-based.

Assuming the code I've written works, this should very cleanly reduce the amount of state we store in the application "controller", and nicely defines the flow of data through the dependencies in the app.

cdzombak commented 10 years ago

@andrewsardone okay, unless you have further suggestions on how to clean this up, I think it's ready to be merged. (It works!)

andrewsardone commented 10 years ago

:thumbsup: