https://kotlinlang.org logo
#feed
Title
# feed
j

Jakub Zalas

11/10/2023, 8:06 PM
In this new eventsourcing blog post we will considered several ways to implement state to be used in decision-making. We're equipped with a varied range of tools suitable for different sizes and maturity of problems, from deriving the state with kotlin stream extension functions to employing finite state machines. Enjoy the read! https://dev.to/jakub_zalas/deriving-state-from-events-1plj
K 9
❤️ 5
🎉 3
a

Arjan van Wieringen

11/11/2023, 1:27 PM
I am always intrigued by event sourcing. Have you used it in production somewhere? My experience with it, where we have it in production, is that it tends to 'fragmentise' domain logic somehow. And onboarding new team members is harder because most people have no experience with event sourcing. Besides that... excellent set of articles.
j

Jakub Zalas

11/11/2023, 3:59 PM
Unfortunately, I can’t usually discuss client projects so I had to use a game example. I didn’t experience logic fragmentation as you say. I didn’t try to onboard anyone yet, but od approach it like tdd and pair extensively. Thanks for feedback!
💯 1
2 Views