909
fuck_around/find_out (sh.itjust.works)
(page 2) 40 comments
sorted by: hot top controversial new old
[-] MystikIncarnate@lemmy.ca 8 points 1 day ago

Well. I think I'm officially out of touch with the newest generations slang terms. I only understood about half of that.

load more comments (8 replies)
[-] RVGamer06@sh.itjust.works 13 points 1 day ago* (last edited 1 day ago)

Conflating us again with iPad kids?

[-] SubArcticTundra@lemmy.ml 3 points 1 day ago

Just wait till they get Lemmy on their iPads

[-] maniel@sopuli.xyz 11 points 1 day ago* (last edited 1 day ago)

Shoutout.SpillTea🤣

[-] InFerNo@lemmy.ml 1 points 1 day ago

Now I wanna see this in jive

[-] jaybone@lemmy.world 3 points 1 day ago

I don’t get the joke. Is the one on the left actually valid C# code?

[-] stetech@lemmy.world 7 points 1 day ago

C# is basically Java and from what I can tell, this looks approximately valid.

Variables can always* be named freely to your liking.

*You used to have to stick to the Latin alphabet, but that’s increasingly not the case anymore. Emoji-named variables FTW!

It looks valid but vibe isn’t declared anywhere so it won’t compile.

[-] jaybone@lemmy.world 3 points 1 day ago

No it’s not “basically Java”

Aside from how Microsoft stole it, fucked the standard library, fucked the naming conventions, etc. You would never just “throw” without specifying what you were throwing.

As a C# developer Java go go and die lol. It sucks imo.

[-] jaybone@lemmy.world 3 points 1 day ago

Everyone is entitled to their own opinion.

To be honest I’m just playing into the meme of Java.

My understanding is it’s academically great, but a pain in practice.

For reference we use C# .Net, Entity Framework with GraphQL and React TypeScript for our enterprise applications and I really like C# now, but when I first started I’d only really used Node.js and some Java.

[-] jaybone@lemmy.world 2 points 1 day ago

No problem. I’m not sure if all of that would run on all the platforms I use.

load more comments (1 replies)
load more comments (1 replies)
load more comments (4 replies)
[-] Whelks_chance@lemmy.world 3 points 1 day ago

Why does the bool have brackets? I haven't really used c#, seems odd

[-] rtxn@lemmy.world 12 points 1 day ago* (last edited 1 day ago)

It's a method definition. C#'s standard formatting puts the left ~~bracket~~ brace of the method body on a new line. It's equivalent to:

private bool IsSus(){
    ...
}
[-] Whelks_chance@lemmy.world 3 points 1 day ago

Ahhh, that makes way more sense. Thanks

[-] match@pawb.social 1 points 1 day ago

ruby if matz wete brainror

load more comments
view more: ‹ prev next ›
this post was submitted on 21 Feb 2025
909 points (100.0% liked)

Programmer Humor

20735 readers
832 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