You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Needle sample projects are overly complicated and have no particular need for a dependency on Rx and Carthage. Examples should ideally have no dependencies outside of vanilla iOS and Needle, and allow the developer to focus use of the framework. Rx makes following the project calls complicated and raises the bar for learning from the examples.
The text was updated successfully, but these errors were encountered:
This is a great point! The current sample is simply a port of Uber's internal training material. Internally we use Rx heavily, hence why that got ported over as well. We should definitely update this. Do you think you can help with this @ebgraham ?
Hey @neakor@ebgraham, Hope you all are doing well. I took a stab adding a non-rx sample to the repo :) Would be great to have your eyes on it. Looking forward to the feedback. Thank you :)
The Needle sample projects are overly complicated and have no particular need for a dependency on Rx and Carthage. Examples should ideally have no dependencies outside of vanilla iOS and Needle, and allow the developer to focus use of the framework. Rx makes following the project calls complicated and raises the bar for learning from the examples.
The text was updated successfully, but these errors were encountered: