this post was submitted on 02 Feb 2024
285 points (96.7% liked)

Programmer Humor

19735 readers
785 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
[–] [email protected] 14 points 10 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

[–] [email protected] 4 points 10 months ago (1 children)
[–] [email protected] 0 points 10 months ago

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

[–] [email protected] 1 points 10 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.