sergdort / CleanArchitectureRxSwift

Example of Clean Architecture of iOS app using RxSwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why use case containing rxSwift?

tirtavium opened this issue · 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.

So what's your MVVM practice scenarios