Remix.run Logo
Why Are Event-Driven Systems Hard?(newsletter.scalablethread.com)
1 points by kiyanwang 10 hours ago | 2 comments
sema4hacker 9 hours ago | parent [-]

> Then, six months later, you add a new field: shippingAddress.

The problem isn't that you need to add a new field, the problem is that six months ago your design wasn't sufficiently thought out.

Ie, modifying event-driven systems is hard because designing them to avoid later modifications is even harder.

meheleventyone 8 hours ago | parent [-]

You can never sufficiently think things through because the future is necessarily uncertain. Hence you need to be flexible and hence the actual contents of the article.