this post was submitted on 02 Feb 2024
286 points (96.7% liked)
Programmer Humor
19522 readers
209 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm just a c# dev wishing to fuck we had something visual to indicate reference types so my coworkers could stop misusing them
https://stackoverflow.com/questions/76975645/how-can-i-give-different-colors-for-class-enum-and-interface-names-identifiers might get you closer?
oh thank you! I use jetbrains but I wonder if I can implement the same thing
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.