svalaskevicius / eventflow

cqrs+es in scala
45 stars 4 forks source link

Added isomorphic command handlers #9

Closed Fristi closed 8 years ago

Fristi commented 8 years ago

Since a lot of commands are isomorphic to their event (only the name of the type differs). I introduced isomorphic command handlers.

TODO's:

svalaskevicius commented 8 years ago

is it worth to just use @SuppressWarnings for the misreported wart? if not, then ignoring ExplicitImplicitTypes globally would be better than disabling everything until the update :)

I'm keen to merge this PR, thanks for this change! :)

Fristi commented 8 years ago

Done, fixed the issues

svalaskevicius commented 8 years ago

awesome! :)