jorge07 / symfony-6-es-cqrs-boilerplate

Symfony 6 DDD ES CQRS backend boilerplate.
MIT License
1.07k stars 187 forks source link

Interfaces for commands and queries #137

Closed cv65kr closed 4 years ago

cv65kr commented 4 years ago

To be consistent, that's PR provides interaces for queries and commands.

jorge07 commented 4 years ago

I was thinking about this long ago. Ended not adding it because I saw quite low value. Said this, now that we've Buses in infrastructure and types in PHP I think this marker interfaces makes sense.

It's a +1 for me.

Asking @Lutacon for his opinion

jorge07 commented 4 years ago

Merged thanks!