Click here to Skip to main content
15,880,956 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralCosmetic vs More Efficient Pin
W Balboos, GHB4-May-21 6:29
W Balboos, GHB4-May-21 6:29 
GeneralRe: Cosmetic vs More Efficient Pin
Maximilien4-May-21 6:40
Maximilien4-May-21 6:40 
GeneralRe: Cosmetic vs More Efficient Pin
MichaelLuna5-May-21 19:43
MichaelLuna5-May-21 19:43 
GeneralRe: Cosmetic vs More Efficient Pin
Jörgen Andersson4-May-21 7:06
professionalJörgen Andersson4-May-21 7:06 
GeneralRe: Cosmetic vs More Efficient Pin
Rusty Bullet5-May-21 3:13
Rusty Bullet5-May-21 3:13 
GeneralRe: Cosmetic vs More Efficient Pin
jsc425-May-21 5:11
professionaljsc425-May-21 5:11 
GeneralRe: Cosmetic vs More Efficient Pin
Rusty Bullet5-May-21 5:25
Rusty Bullet5-May-21 5:25 
GeneralRe: Cosmetic vs More Efficient Pin
Andre_Prellwitz5-May-21 10:55
Andre_Prellwitz5-May-21 10:55 
C# has the null coalescing operator
C#
inVal = inVal ?? internalDefault;

Or with C# 8+
C#
inVal ??= internalDefault;

It doesn’t get much cleaner and clearer that that.
GeneralRe: Cosmetic vs More Efficient Pin
MarkTJohnson4-May-21 7:21
professionalMarkTJohnson4-May-21 7:21 
GeneralRe: Cosmetic vs More Efficient Pin
Daniel Pfeffer4-May-21 7:34
professionalDaniel Pfeffer4-May-21 7:34 
GeneralRe: Cosmetic vs More Efficient Pin
MarkTJohnson4-May-21 7:40
professionalMarkTJohnson4-May-21 7:40 
GeneralRe: Cosmetic vs More Efficient Pin
Mircea Neacsu4-May-21 9:32
Mircea Neacsu4-May-21 9:32 
GeneralRe: Cosmetic vs More Efficient Pin
W Balboos, GHB5-May-21 0:58
W Balboos, GHB5-May-21 0:58 
GeneralRe: Cosmetic vs More Efficient Pin
Mircea Neacsu5-May-21 2:47
Mircea Neacsu5-May-21 2:47 
GeneralRe: Cosmetic vs More Efficient Pin
W Balboos, GHB5-May-21 2:58
W Balboos, GHB5-May-21 2:58 
GeneralRe: Cosmetic vs More Efficient Pin
Kirk 103898215-May-21 3:15
Kirk 103898215-May-21 3:15 
GeneralRe: Cosmetic vs More Efficient Pin
agolddog5-May-21 3:19
agolddog5-May-21 3:19 
GeneralRe: Cosmetic vs More Efficient Pin
BernardIE53174-May-21 10:07
BernardIE53174-May-21 10:07 
GeneralRe: Cosmetic vs More Efficient Pin
11917640 Member 4-May-21 19:10
11917640 Member 4-May-21 19:10 
GeneralRe: Cosmetic vs More Efficient Pin
BernardIE53174-May-21 20:54
BernardIE53174-May-21 20:54 
GeneralRe: Cosmetic vs More Efficient Pin
11917640 Member 4-May-21 22:08
11917640 Member 4-May-21 22:08 
GeneralRe: Cosmetic vs More Efficient Pin
BernardIE53174-May-21 22:46
BernardIE53174-May-21 22:46 
GeneralRe: Cosmetic vs More Efficient Pin
W Balboos, GHB5-May-21 1:20
W Balboos, GHB5-May-21 1:20 
GeneralRe: Cosmetic vs More Efficient Pin
Greg Utas4-May-21 10:01
professionalGreg Utas4-May-21 10:01 
GeneralRe: Cosmetic vs More Efficient Pin
W Balboos, GHB5-May-21 1:09
W Balboos, GHB5-May-21 1:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.