Skip to content

Commit 6ac0791

Browse files
authored
Update README.md with How to section (#42)
1 parent 85de23a commit 6ac0791

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ The advanced codelab will take you more into deep of reactive world, we will go
4040
- Backpressure - Observable vs. Flowable
4141
- Other reactive libraries interoperability
4242

43-
43+
## How to use the Code Lab
44+
- There are tasks for different areas formed as unit tests and having a format `Task{Order}{AreaOfFocus}` (e.g. `Task2Transformations`).
45+
- 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.
46+
- Each Task has a solution with format `SolutionTask{Order}{AreaOfFocus}` (e.g. `SolutionTask2Transformations`).
47+
- Recommended order is doing the tasks by order of their numbers, however jumping based on area of interest is encouraged as well.
4448

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

0 commit comments

Comments
 (0)