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
Hey @hgraca! Sorry if this is the wrong place to post this, but I have been very much so interested in hexagonal architecture for a while now and I am still wrapping my head around the approach of this repository.
One thing I noticed is that you have query implementations under the DQL folder in the application layer. Am I wrong in thinking that these queries are best implemented in the infrastructure layer since they tie back to dependencies and/or frameworks? What is the thinking around the approach chosen here?
The text was updated successfully, but these errors were encountered:
Hey @hgraca! Sorry if this is the wrong place to post this, but I have been very much so interested in hexagonal architecture for a while now and I am still wrapping my head around the approach of this repository.
One thing I noticed is that you have query implementations under the
DQL
folder in the application layer. Am I wrong in thinking that these queries are best implemented in the infrastructure layer since they tie back to dependencies and/or frameworks? What is the thinking around the approach chosen here?The text was updated successfully, but these errors were encountered: