Comment by otabdeveloper4
11 hours ago
> Makes function coloring a non-issue.
Yes, having to rewrite literally all of your code because you need to use an async function somewhere is an issue.
An even bigger issue is that now you have two (incompatible!) versions of literally every library dependency.
I'm usually writing applications, not libraries, so it's a non-issue for me.
I was talking about when writing from scratch.