And for the readability, my opinion is that in Rx ...
# coroutines
m
And for the readability, my opinion is that in Rx you can easily tell that the code will be executed on some background thread or ui thread. You look at it and see - everyting below observeOn will be executed on that thread. With coroutines it seems that it’s up do developer to name functions properly?