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
How is it clean architecture if your domain layer depends upon Data layer. You're using DataStore from Data layer into Repositories of Domain layer.
You should be using dependency inversion for boundaries.
The text was updated successfully, but these errors were encountered:
How is it clean architecture if your domain layer depends upon Data layer. You're using DataStore from Data layer into Repositories of Domain layer.
You should be using dependency inversion for boundaries.
The text was updated successfully, but these errors were encountered: