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
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
In the Ordering microservices, why is the OrderingQueries implementation in the application layer? This seems like it be better suited to be in the Infrastructure layer?
And why can't IOrderingQueries be in the domain layer?
I'm relatively new to DDD and read through the Architecting & Developing ebook, and after looking through the code this seemed odd to me.
I would propose performing the following to avoid confusion:
Move IOrderingQueries to domain layer
Move OrderingQueries to infrastructure layer