Android-CleanArchitecture
Android-CleanArchitecture copied to clipboard
Why let the rxjava intrude into the domain module?
The rxjava seemed to make the domain not that clean.
Using RxJava in the domain logic is exactly the opposite of delaying technical decisions and reducing coupling to external frameworks, as C. Martin suggests in his lecture here.