Post #2563118
2026-05-05 16:47 UTC
@peter@mastodon.gassner.io Yes, in my experience, I really needed to implement a small example app to see what Event Sourcing felt like. I wouldn't worry (yet) about production limitations, for the most part, there aren't any to worry about when you're just learning.
In terms of refactoring to different events, generally I don't think that happens much. Either you will create new events, or add new properties to existing events, but those are easier to work with than trying to rename properties or remove them.
Replies (1)
-
@peter@mastodon.gassner.io 2026-05-06 10:32
@jitterted@sfba.social Thanks for clarifying! Yes indeed, I need to get down to coding to get the loose ends tied together :)