hairinmybellybutt@lemmy.world to Programmer Humor@lemmy.ml · 1 year agotext.getvariablename().settext("text_variable").settext("some text")lemmy.worldimagemessage-square11fedilinkarrow-up1117arrow-down19
arrow-up1108arrow-down1imagetext.getvariablename().settext("text_variable").settext("some text")lemmy.worldhairinmybellybutt@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square11fedilink
minus-squareBagellinkfedilinkarrow-up4·1 year agoMy daily naming issue is when unwrapping nullables in C# you gotta name that new variable. I welcome suggestions.
minus-squareAngryClosetMonkey@feddit.chlinkfedilinkarrow-up1·edit-21 year agoWe often go with I.e. maybe_user and user.
My daily naming issue is when unwrapping nullables in C# you gotta name that new variable. I welcome suggestions.
nullableUnwrapVar
NuVarNu
We often go with I.e.
maybe_user
anduser
.