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?
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
DQLfolder 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?