this post was submitted on 26 Apr 2025
655 points (98.8% liked)

Programmer Humor

22780 readers
1005 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Hugin@lemmy.world 21 points 12 hours ago (2 children)

Yeah C# gets a bad rap. I spent a decade developing in C++, and Java before switching to C# because of program requirements. Now I never want to go back.

[–] Arghblarg@lemmy.ca 12 points 11 hours ago

C# development was spearheaded by Anders Hjelsberg, one of the brains behind Borland Delphi/Object Pascal.

[–] Draces@lemmy.world 6 points 10 hours ago (1 children)

Does it get a bad rap outside of this meme? I've only heard praise. It's by far my favorite language

[–] Valmond@lemmy.world 2 points 8 hours ago (1 children)

It's IMO getting a bit oldish, it's nice for small projects (up to medium sized I guess, after that I don't see the benefits over say C/C++ but that's just my opinion) but there are a lot of improvements that could be done I think.

The language is open source IIRC, so it could be done I guess, like C/C++ has new versions every some years.