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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,11 @@ The advanced codelab will take you more into deep of reactive world, we will go
40
40
- Backpressure - Observable vs. Flowable
41
41
- Other reactive libraries interoperability
42
42
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.
44
48
45
49
## Links
46
50
- ReactiveX http://reactivex.io/intro.html I consider understanding the intro part the most essential thing to understand Rx.
0 commit comments