-
Notifications
You must be signed in to change notification settings - Fork 3k
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
docs(operators): write comprehensive docs on delay() and switch() #1473
Conversation
db6065f
to
cfffd8e
Compare
Looks great, @staltz. |
I am relatively new to reactive programming and if all documentation was like your two examples it would have made my life much easier! 👍 |
Good point @frederikschubert |
458c0ae
to
8f4b375
Compare
This is a point for later, but can we have Otherwise, LGTM. |
Good point, and yes, let's do that. |
02957d3
to
8f4b375
Compare
8f4b375
to
a6a6798
Compare
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
I'm starting to document each operator in details and this first PR is just to demonstrate my general approach to document an operator. There are two operators documented here:
delay
andswitch
. The structure is:Here is how
delay
andswitch
look like. @Blesh @trxcllnt @jhusain your feedback here is important, whether this structure is good. If it's good, I'll just go ahead and do this for all operators.Related issue (if exists):
#1060, #1242