Skip to content

Commit 3fb3673

Browse files
committed
Explanation of structure
1 parent b791e13 commit 3fb3673

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ This guide aims to introduce a beginner reactive programmer to the complete powe
55
No experience with either reactive or functional programming is needed to follow the book. Familiarity with the basics of Java is required.
66

77
[Begin learning](/Part 1 - Getting Started/1. Why Rx.md)
8+
9+
### Structure
10+
11+
The content of this book is meant to be read from start to finish. It begins with the basics and every subsequent chapter introduces increasingly advanced features and concepts. Sections of the book are intended to be self-containing and to-the-point, so that the book can be referred back to by non-beginners.
12+
13+
The examples used in the book are also [available in complilable](/tests/java/itrx) java files in two formats:
14+
* Examples that print to standard output
15+
* Silent, self-proving examples in the form of [JUnit](http://junit.org/) tests.
16+
The readers are invited to study whichever style suits them best.

0 commit comments

Comments
 (0)