this post was submitted on 26 Apr 2025
829 points (98.9% liked)

Programmer Humor

22804 readers
1182 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
[โ€“] Dyskolos@lemmy.zip 52 points 22 hours ago* (last edited 22 hours ago) (3 children)

I'm not a big M$-fan but I actually like c# a lot. Java not so much.

I'm no pro though, I just guerilla-code in my spare time. But of all the languages it's actually my most used. Besides PPL and ASM ๐Ÿ˜

[โ€“] AstridWipenaugh@lemmy.world 30 points 15 hours ago

I have 20 years programming experience and C# is one of my favorite languages. It feels so expressive and doesn't get in your way nearly as much as Java does. I feel like I'm writing the code I want to write instead of writing the code someone from 30 years ago with a fetish for boilerplate wanted me to write.

[โ€“] mmddmm@lemm.ee 4 points 13 hours ago (1 children)

Microsoft Java is one of those cases where MS got the "extend" phase so well executed that they didn't even need to finish the plan.

That said, the language is only good if you insist on using either it or Java. And the ecosystem around it is really, really bad.

[โ€“] AdrianTheFrog@lemmy.world 5 points 11 hours ago

You can't really kill a programming language though

Companies are going to continue using it just because it's what they used before

[โ€“] bitchkat@lemmy.world 2 points 13 hours ago

C# is a great language but I'll always choose Java because the ecosystem around it is so vast. Often times some client library you need has a c# port maintained by one guy and he hasn't updated in years.