Remix.run Logo
kubb an hour ago

Every time this is posted, it’s worth reminding: async functions in JavaScript are the correct design, and the people who did it deserve praise.

tikotus 20 minutes ago | parent | next [-]

C# (and F# before it) got it (mostly) right. JS did a shallow copy of it, messing up some details, making it harder to use for certain things.

moomin an hour ago | parent | prev [-]

Making await flatten promises was kind of questionable. But that’s my main beef.