Y
Hacker News
new
|
ask
|
show
|
jobs
by
vips7L
765 days ago
My only gripe with C# is async/await.
1 comments
naasking
764 days ago
It's not too bad, but they made some questionable choices for sure (Task vs. ValueTask, bad ConfigureAwait default for Windows forms).
link
vips7L
764 days ago
I just don't want to live in that world of colored functions and the amount of sync -> async changes I'll have to review from the bottom up every time IO gets stuffed into the middle of somewhere.
link