Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document major differences from Rx #265

Merged
merged 11 commits into from
Jan 8, 2013
Merged

Document major differences from Rx #265

merged 11 commits into from
Jan 8, 2013

Conversation

jspahrsummers
Copy link
Member

Includes per-method documentation where names differ, and a new Differences from Rx document, which tries to cover high-level differences.

Completes #176.

@andrask @cwharris @xpaulbettsx @haacked @half-ogre @aroben I'd appreciate it if someone more familiar with Rx could fact-check this, or point out anything major I missed. ✨

# Differences from Rx

ReactiveCocoa is significantly inspired by .NET's [Reactive
Extensions](http://msdn.microsoft.com/en-us/data/gg577609.aspx), but it is not
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you refer to Reactive Extensions later as "Rx", it might be good to put that in parens or something?

@ghost ghost assigned joshaber Jan 7, 2013
@joshaber
Copy link
Member

joshaber commented Jan 7, 2013

A couple notes. All the correspondences look right to me.

I'll let this chill for a bit to see if any of the pinged people have any comments.

@@ -129,6 +131,8 @@
// If an error occurs on any of the signals, it is sent on the returned signal.
// It completes only after the receiver and all sent signals have completed.
//
// This corresponds to the `Merge()` method in Rx.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should specify which Merge here (there are several overloads), I think the one that corresponds to this one is Merge<T>(this IObservable<IObservable<T>> source)

@jspahrsummers
Copy link
Member Author

🍔

Thanks @xpaulbettsx!

@joshaber
Copy link
Member

joshaber commented Jan 8, 2013

💥 🚱

joshaber added a commit that referenced this pull request Jan 8, 2013
Document major differences from Rx
@joshaber joshaber merged commit 345daab into master Jan 8, 2013
@joshaber joshaber deleted the rx-differences branch January 8, 2013 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants