Y
Hacker News
new
|
ask
|
show
|
jobs
by
jakjak123
765 days ago
I enjoy working in Java. I would probably enjoy C# just as much. Life is too short to spend it debugging segfaults.
1 comments
vips7L
765 days ago
My only gripe with C# is async/await.
link
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