
CQRS: on Commands and Validation – part 2: the base handler
Last time we discussed how to use the Decorator pattern to validate our Commands. The approach works fine but while using it I started feeling something strange. It can be probably considered an elegant solution but there’s something missing, like a code smell. What is the problem? Easy: how can...
2016, Mar 03 — 1 minute read