- Hands-On Reactive Programming with Clojure
- Konrad Szydlo Leonardo Borges
- 64字
- 2021-07-02 14:03:55
Error handling
A very important aspect of building reliable applications is knowing what to do when things go wrong. It is naive to assume that the network is reliable, that hardware won't fail, or that we, as developers, won't make mistakes.
RxJava embraces this fact and provides a rich set of combinators to deal with failure, a few of which we will examine here.