Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.47 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.47 KB

Effective RxJava

This is a collection of items, each specifying one general rule, to help you write RxJava code more effectively. It is modeled after two of my favorite technical books, Effective C++ and Effective Java. I appreciate not only the soundness of their contents, but the brevity of their writing style. I hope that Effective RxJava has the same value proposition.

For each rule I've attempted to provide relevant example code -- most of which is currently in production in the Khan Academy Android app.

Items