this post was submitted on 05 Jan 2024
116 points (88.7% liked)
Programmer Humor
32396 readers
514 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
*non-windows-fans /s
(I hate C# and I hate .Net)
.NET Core is highly multiplatform. Windows still gets preferential treatment but there are few obstacles to .NET development on Linux. It's a nice ecosystem that's increasingly open source. All that said, obligatory fuck Microsoft.
All this multiplatform stuff is bullshit according to my experience. The dotnet CLI is slow, files still use CRLF line ending, I also remember CLI autocompletion was not great. C# has only one working LSP server implementation that sucked ass in VS Code and Neovim. It's kinda like Java DX, but at least with Java the DX is equally isn't great on any OS. Maybe I like C# more than Java as a language, but I hate everything else. I also hate Java, btw.
Also .Net wasn't always OSS, therefore it has proprietary history (Java has less of the same).