this post was submitted on 02 Feb 2024
295 points (96.8% liked)

Programmer Humor

19176 readers
1720 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dbilitated@aussie.zone 15 points 7 months ago (2 children)

I'm just a c# dev wishing to fuck we had something visual to indicate reference types so my coworkers could stop misusing them

[–] jjagaimo@lemmy.ca 4 points 7 months ago (1 children)
[–] dbilitated@aussie.zone 0 points 7 months ago

oh thank you! I use jetbrains but I wonder if I can implement the same thing

[–] vithigar@lemmy.ca 1 points 7 months ago

It's such a short list of value types though. How can they have that much trouble? All of the various ints and floats, bool, char, structs, and enums. Everything else is reference.