kamilmysliwiec / nest-cqrs-example

The example usage of Nest CQRS module
https://nestjs.com
509 stars 117 forks source link

Naming inconsistency #7

Closed lkostrowski closed 5 years ago

lkostrowski commented 5 years ago

CQRS exposes 3 decorators and 3 interfaces. All of them are singular form, except one:

CommandHandler ICommandHandler

QueryHandler IQueryHandler

EventsHandler IEventHandler

I think it should be EventHandler

Maybe you can change this during next breaking change release