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

Programmer Humor

23612 readers
1162 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
 
(page 2) 22 comments
sorted by: hot top controversial new old
[–] [email protected] 67 points 1 month ago* (last edited 1 month ago) (6 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 😁

load more comments (6 replies)
[–] [email protected] 65 points 1 month ago (3 children)

C# is better than java just because it doesn't have as much brain rotting "DesIgN PaTTeRnS" gurus

[–] [email protected] 7 points 1 month ago (4 children)

A shame there is no real FOSS movement behind it (for what I know) it could do with some modernization.

[–] [email protected] 21 points 1 month ago (7 children)

What do you mean? The entire stack is open source.

load more comments (7 replies)
load more comments (3 replies)
[–] [email protected] 7 points 1 month ago

Also, optional value semantics. I love value semantics!

load more comments (1 replies)
[–] [email protected] 83 points 1 month ago (2 children)

Poor Visual J# (literal Microsoft Java) isn't even in the picture

load more comments (2 replies)
[–] [email protected] 103 points 1 month ago (4 children)

I've actually found C# quite pleasant to develop with, so long as I didn't have to worry about targeting non-Windows platforms.

[–] [email protected] 53 points 1 month ago (11 children)

It's fully cross platform with .NET Core and later.

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago) (1 children)

True, but what I’m really talking about is the unbeatable user experience of having an application that looks and feels as if it were a native Windows application, because it is and has that first-class platform support straight from the vendor.

With that said, most new cross platform applications today are probably more like electron or Web apps.

[–] [email protected] 15 points 1 month ago (1 children)

Ok, there's no such thing as native Windows apps for Linux, but there are cross platform GUI frameworks like Avalonia and Uno that can produce apps with a polished identical experience across all platforms, no electron needed

[–] [email protected] 9 points 1 month ago* (last edited 1 month ago) (3 children)

Qt is my favourite, though it's not .NET.

load more comments (3 replies)
[–] [email protected] 16 points 1 month ago (1 children)

It was even before through mono/xamarin

load more comments (1 replies)
load more comments (9 replies)
[–] [email protected] 35 points 1 month ago (3 children)

Yea this was a crosspost and also just a meme, but C# is my fav

And really cross-platform has come a LONG way...just as long as you don't need UI on Linux lolol

[–] [email protected] 14 points 1 month ago

Not really, even GUI is going strong, check Avalonia UI.

[–] [email protected] 4 points 1 month ago

Or realistically on Mac. Mac Catalyst is neat but you’re basically building an iPad UI and afaik that’s all that MAUI supports still

load more comments (1 replies)
[–] [email protected] 26 points 1 month 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.

[–] [email protected] 10 points 1 month ago (2 children)

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

[–] [email protected] 2 points 1 month ago (2 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.

load more comments (2 replies)
load more comments (1 replies)
[–] [email protected] 17 points 1 month ago

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

[–] [email protected] 11 points 1 month ago (1 children)

I have used many languages in my 25 years of programming. C# is the best.

load more comments (1 replies)
[–] [email protected] 31 points 1 month ago (1 children)
[–] [email protected] 10 points 1 month ago (5 children)
load more comments (5 replies)
load more comments
view more: β€Ή prev next β€Ί