JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoWhitespaceprogramming.devimagemessage-square59fedilinkarrow-up1299arrow-down110
arrow-up1289arrow-down1imageWhitespaceprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square59fedilink
minus-squaredbilitatedlinkfedilinkarrow-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-squaredbilitatedlinkfedilinkarrow-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.