Click here to Skip to main content
15,886,199 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.

 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
Sander Rossel8-May-22 7:57
professionalSander Rossel8-May-22 7:57 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
Gerry Schmitz8-May-22 5:19
mveGerry Schmitz8-May-22 5:19 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
Sander Rossel8-May-22 7:57
professionalSander Rossel8-May-22 7:57 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
Randor 8-May-22 5:35
professional Randor 8-May-22 5:35 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
Sander Rossel8-May-22 7:54
professionalSander Rossel8-May-22 7:54 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
Marc Clifton8-May-22 7:08
mvaMarc Clifton8-May-22 7:08 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
Sander Rossel8-May-22 7:52
professionalSander Rossel8-May-22 7:52 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
honey the codewitch8-May-22 16:36
mvahoney the codewitch8-May-22 16:36 
Look for WeakReference in the code. There's also Lazy<t> but I doubt that's causing it because it's thread safe, at least if you set it up to be - it's worth looking for those too. though.

Another thing to look for is harder to search for, but the lazy init pattern used in older code. You'll find it hidden behind property accessors usually. Replace it.
To err is human. Fortune favors the monsters.

GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
Sander Rossel8-May-22 20:36
professionalSander Rossel8-May-22 20:36 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
Gary Wheeler9-May-22 5:50
Gary Wheeler9-May-22 5:50 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
Sander Rossel9-May-22 21:01
professionalSander Rossel9-May-22 21:01 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
Gary Wheeler10-May-22 1:38
Gary Wheeler10-May-22 1:38 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
V.8-May-22 19:18
professionalV.8-May-22 19:18 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
Sander Rossel8-May-22 20:37
professionalSander Rossel8-May-22 20:37 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
pkfox8-May-22 20:52
professionalpkfox8-May-22 20:52 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
Sander Rossel8-May-22 22:15
professionalSander Rossel8-May-22 22:15 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... PinPopular
Richard Deeming8-May-22 21:34
mveRichard Deeming8-May-22 21:34 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
Sander Rossel8-May-22 22:14
professionalSander Rossel8-May-22 22:14 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
maze38-May-22 23:21
professionalmaze38-May-22 23:21 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
jsc429-May-22 0:06
professionaljsc429-May-22 0:06 
GeneralRe: So I just found a Google "easter egg" you REALLY don't want to find... Pin
MarkTJohnson10-May-22 2:46
professionalMarkTJohnson10-May-22 2:46 
GeneralStar Trek: Strange New Worlds [no spoilers] Pin
harold aptroot8-May-22 0:40
harold aptroot8-May-22 0:40 
GeneralRe: Star Trek: Strange New Worlds [no spoilers] Pin
Maximilien8-May-22 2:15
Maximilien8-May-22 2:15 
GeneralRe: Star Trek: Strange New Worlds [no spoilers] Pin
OriginalGriff8-May-22 2:53
mveOriginalGriff8-May-22 2:53 
GeneralRe: Star Trek: Strange New Worlds [no spoilers] Pin
harold aptroot8-May-22 3:03
harold aptroot8-May-22 3:03 

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.