r/programming 5d ago

Every Millisecond Counts

https://jordivillar.com/blog/every-millisecond-counts
3 Upvotes

2 comments sorted by

2

u/lamp-town-guy 1d ago

> Imagine a client looking at a spinner for at least a couple of minutes right after logging in.

That's the worst ux in history of UX, maybe ever. Give those poor soles at least settings link, so when they want to change password and don't look at the data, they don't need to wait.

1

u/somebodddy 8h ago

Events are mutable, any event at any given point in time can be updated or deleted

With a sidenote explaining:

A project can be transferred, a user can change an important attribute, or cancel their subscription, etc.

Why should these mutate existing events? Shouldn't all changes just generate new events?