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

Update README.md with How to section #42

Merged
merged 1 commit into from Oct 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -40,7 +40,11 @@ The advanced codelab will take you more into deep of reactive world, we will go
- Backpressure - Observable vs. Flowable
- Other reactive libraries interoperability


## How to use the Code Lab
- There are tasks for different areas formed as unit tests and having a format `Task{Order}{AreaOfFocus}` (e.g. `Task2Transformations`).
- Each of these tasks has a method with a `TODO` explaining what to do and giving hint which operator might be useful. Very often there are multiple solutions to given problem.
- Each Task has a solution with format `SolutionTask{Order}{AreaOfFocus}` (e.g. `SolutionTask2Transformations`).
- Recommended order is doing the tasks by order of their numbers, however jumping based on area of interest is encouraged as well.

## Links
- ReactiveX http://reactivex.io/intro.html I consider understanding the intro part the most essential thing to understand Rx.
Expand Down