- Learning RxJava
- Thomas Nield
- 263字
- 2021-07-02 22:22:50
When to use RxJava
A common question ReactiveX newcomers ask is what circumstances warrant a reactive approach? Do we always want to use RxJava? As someone who has been living and breathing reactive programming for a while, I have learned that there are two answers to this question:
The first answer is when you first start out: yes! You always want to take a reactive approach. The only way to truly become a master of reactive programming is to build reactive applications from the ground up. Think of everything as Observable and always model your program in terms of data and event flows. When you do this, you will leverage everything reactive programming has to offer and see the quality of your applications go up significantly.
The second answer is that when you become experienced in RxJava, you will find cases where RxJava may not be appropriate. There will occasionally be times where a reactive approach may not be optimal, but usually, this exception applies to only part of your code. Your entire project itself should be reactive. There may be parts that are not reactive and for good reason. These exceptions only stand out to a trained Rx veteran who sees that returning List<String> is perhaps better than returning Observable<String>.
Rx greenhorns should not worry about when something should be reactive versus something not reactive. Over time, they will start to see cases where the benefits of Rx are marginalized, and this is something that only comes with experience.
So for now, no compromises. Go reactive all the way!
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- ExtGWT Rich Internet Application Cookbook
- OpenDaylight Cookbook
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- Mastering Entity Framework
- 精通軟件性能測試與LoadRunner實戰(第2版)
- C語言程序設計
- Oracle 18c 必須掌握的新特性:管理與實戰
- Creating Stunning Dashboards with QlikView
- Building Business Websites with Squarespace 7(Second Edition)
- Flink入門與實戰
- JavaScript Unit Testing
- Moodle 3.x Developer's Guide
- SQL Server 2014數據庫設計與開發教程(微課版)
- Learning Perforce SCM