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:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago (1 children)

*non-windows-fans /s

(I hate C# and I hate .Net)

[–] [email protected] 6 points 10 months ago (1 children)

.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.

[–] [email protected] -3 points 10 months ago* (last edited 10 months ago)

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).