sergdort / CleanArchitectureRxSwift

Example of Clean Architecture of iOS app using RxSwift
MIT License
3.88k stars 494 forks source link

Why use case containing rxSwift? #82

Open tirtavium opened 4 years ago

tirtavium commented 4 years ago

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.

ShenYj commented 2 years ago

So what's your MVVM practice scenarios