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

My only gripe with C# is async/await.
It's not too bad, but they made some questionable choices for sure (Task vs. ValueTask, bad ConfigureAwait default for Windows forms).
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.