Android-CleanArchitecture icon indicating copy to clipboard operation
Android-CleanArchitecture copied to clipboard

Why let the rxjava intrude into the domain module?

Open sheaye opened this issue 6 years ago • 1 comments

The rxjava seemed to make the domain not that clean.

sheaye avatar Jul 28 '19 13:07 sheaye

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.

artkoenig avatar Feb 12 '21 20:02 artkoenig