logoalt Hacker News

otabdeveloper4today at 2:03 AM1 replyview on HN

> 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.


Replies

scuff3dtoday at 5:24 AM

I'm usually writing applications, not libraries, so it's a non-issue for me.

I was talking about when writing from scratch.