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
Following this repository, I'm wondering if the architecture in place is more a 3-tier than a Clean Architecture.
These thoughts come from the fact that the domain module is calling directly the external Framework & Device layer (data module), without the Gateways object from the Interface Adapter layer of the Clean Architecture.
The text was updated successfully, but these errors were encountered:
Hi everyone,
Following this repository, I'm wondering if the architecture in place is more a 3-tier than a Clean Architecture.
These thoughts come from the fact that the domain module is calling directly the external Framework & Device layer (data module), without the Gateways object from the Interface Adapter layer of the Clean Architecture.
The text was updated successfully, but these errors were encountered: