You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: