this post was submitted on 02 Jul 2023
108 points (92.9% liked)

Programmer Humor

35392 readers
9 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Bagel 4 points 2 years ago (3 children)

My daily naming issue is when unwrapping nullables in C# you gotta name that new variable. I welcome suggestions.

[–] [email protected] 2 points 2 years ago

nullableUnwrapVar

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

We often go with I.e. maybe_user and user.