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
The Domain project represents the Domain layer and contains enterprise or domain logic and includes entities, enums, exceptions, interfaces, types and logic specific to the domain layer. This layer has no dependencies on anything external.
But in this template project, there is none. Could you give an example? What kind of interface can be defined in Domain?
In my opinion, interfaces that use only types in Domain can be defined in Domain project. But I cannot imagine a concrete use case.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@jasontaylordev
In https://jasontaylor.dev/clean-architecture-getting-started/ you said the Domain project may contain interfaces.
But in this template project, there is none. Could you give an example? What kind of interface can be defined in Domain?
In my opinion, interfaces that use only types in Domain can be defined in Domain project. But I cannot imagine a concrete use case.
Beta Was this translation helpful? Give feedback.
All reactions