Replies: 1 comment
-
I think, I have got it. In clean architecture, usecase interacts with DomainEntities only. Therefore, it needs to have an interface in domainentities for any functionality that usecases needs from domain. Whereas, domainentities relies on infrastructure for any implementation details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
While I was exploring/learning clean architecture using Banking Kata project, I have come across two below questions.
Appreciate if anybody can clarify please:
There is an interface Generator in the Core of the project. Why does it need to create Generator interface in the core and implementation is outside of the core such as in the fake or real directory ?
how this pipelinr.send is working and interacting with Core project ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions