iskepes
❔ Where should the CQRS be in the Clean Architecture?
I guess it depends how tightly you want the cqrs want to be in your application? If its the one and only communication method (or principle, however you call it) (im guessing it will be) then I'd put it somewhere near the "core" which means application layer in your case, then, it depends whether you will be reusing those models in some other applications, if so, you should separate them so you can publish nugets of them, if not then I'd say they would happily live in Application layer
9 replies