mfurtak / effective-rxjava

Effective RxJava

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Effective RxJava

License:Creative Commons Attribution 4.0 International