CleanArchitectureRxSwift icon indicating copy to clipboard operation
CleanArchitectureRxSwift copied to clipboard

Why use case containing rxSwift?

Open tirtavium opened this issue 5 years ago • 1 comments

As far as I know, rxSwift is 3rd party library. If the use case which is main logic of the app containing 3rd party library.. at the base of the app it's depending on rxSwift.

Meaning that this one is violated clean architecture at the very base. You can't copy paste the use case and domain without rxSwift library.

And this project lack of unit test as well, unit test is the interface of the domain.

tirtavium avatar Jun 21 '20 05:06 tirtavium

So what's your MVVM practice scenarios

ShenYj avatar Nov 23 '21 12:11 ShenYj