JPDev to Programmer Humor · 1 year agoWhitespaceimagemessage-square59linkfedilinkarrow-up1305arrow-down110
arrow-up1295arrow-down1imageWhitespaceJPDev to Programmer Humor · 1 year agomessage-square59linkfedilink
minus-squaredbilitated@aussie.zonelinkfedilinkarrow-up16arrow-down1·1 year agoI’m just a c# dev wishing to fuck we had something visual to indicate reference types so my coworkers could stop misusing them
minus-squarejjagaimo@lemmy.calinkfedilinkEnglisharrow-up4·1 year agohttps://stackoverflow.com/questions/76975645/how-can-i-give-different-colors-for-class-enum-and-interface-names-identifiers might get you closer?
minus-squaredbilitated@aussie.zonelinkfedilinkarrow-up1arrow-down1·1 year agooh thank you! I use jetbrains but I wonder if I can implement the same thing
minus-squarevithigar@lemmy.calinkfedilinkarrow-up1·1 year agoIt’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.
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.