Results 24 comments of Jamie Isaacs

I'm not sure how pragmatic it would be to have a separate Command for each data point in the application. I do like the idea of knowing exactly what values...

From the Software Craftsmanship Slack channel #_craftsmanship > jamie [10:27 AM] > How fine-grained are your commands? Lets say you have an admin form editing a product. You then modify...

This PR broke finding updated dependencies for me.

Thanks @aschrijver for the comments. A trimmed-down CQRS example can be found [here](https://github.com/inklabs/rangedb/tree/master/examples/chat) and [here](https://github.com/inklabs/rangedb/blob/master/examples/chat/chat.go). That includes a Go CQRS library for building event sourced applications. My plans are to...