|
|
|
|
|
by mattmanser
3170 days ago
|
|
I use it religiously now, so much quicker to program with imo as you don't need to find out the return type. Surprised it's less used than async/await though, which I think MS massively overhypes the usefulness of (and is annoyingly making a lot of classes have async behaviour by default which can result in very weird random hangs). Although I imagine a significant number of class declarations would contain no var or async/await simply because of their nature. |
|