Click here to Skip to main content
15,891,033 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: crucial missing feature in Windows 11 Pin
obermd16-Dec-21 3:38
obermd16-Dec-21 3:38 
GeneralRe: crucial missing feature in Windows 11 Pin
jsc4216-Dec-21 5:46
professionaljsc4216-Dec-21 5:46 
GeneralRe: crucial missing feature in Windows 11 Pin
Slacker00716-Dec-21 7:36
professionalSlacker00716-Dec-21 7:36 
GeneralRe: crucial missing feature in Windows 11 Pin
trønderen16-Dec-21 8:01
trønderen16-Dec-21 8:01 
GeneralRe: crucial missing feature in Windows 11 Pin
lmoelleb16-Dec-21 8:01
lmoelleb16-Dec-21 8:01 
GeneralRe: crucial missing feature in Windows 11 Pin
trønderen16-Dec-21 9:05
trønderen16-Dec-21 9:05 
GeneralRe: crucial missing feature in Windows 11 Pin
Super Lloyd16-Dec-21 11:50
Super Lloyd16-Dec-21 11:50 
GeneralRe: crucial missing feature in Windows 11 Pin
lmoelleb16-Dec-21 20:59
lmoelleb16-Dec-21 20:59 
It's not it happens every day (far from it), I was just surprised it happens as often as it does (every few weeks).

Old legacy code written by people who where young, eager, and smart... but unfortunately not experienced. For example, they introduced events - but use them as commands. So instead of the event handler listening to whatever it needs - whatever the event needs is required to send an event targeting the handler. Yikes. If they had just used a method call it would have been a lot easier debug. When checking log files etc (what happened before we got here), correlation to the current time within 10-20 seconds is handy now and then... saves me from waiting until the minutes tick over before hitting F5.
And also for very rude check of performance check as a first step to see if it is worth profiling or anything - i.e. used to take 12 seconds - with my new change it is taking 11 - no need to investigate further. And yes, you should of course have more systematic performance test anyways - but let's just say I am looking forward to the day where lack of systematic performance test is our most serious problem. Dead | X|
GeneralRe: crucial missing feature in Windows 11 Pin
jsc4221-Dec-21 3:33
professionaljsc4221-Dec-21 3:33 
GeneralRe: crucial missing feature in Windows 11 Pin
Super Lloyd21-Dec-21 3:41
Super Lloyd21-Dec-21 3:41 
JokeHonest, succinct, poetic... Pin
Greg Utas16-Dec-21 2:40
professionalGreg Utas16-Dec-21 2:40 
GeneralRe: Honest, succinct, poetic... Pin
PIEBALDconsult16-Dec-21 2:44
mvePIEBALDconsult16-Dec-21 2:44 
GeneralRe: Honest, succinct, poetic... Pin
Greg Utas16-Dec-21 2:51
professionalGreg Utas16-Dec-21 2:51 
GeneralRe: Honest, succinct, poetic... Pin
PIEBALDconsult16-Dec-21 2:55
mvePIEBALDconsult16-Dec-21 2:55 
GeneralRe: Honest, succinct, poetic... Pin
Greg Utas16-Dec-21 3:06
professionalGreg Utas16-Dec-21 3:06 
GeneralRe: Honest, succinct, poetic... Pin
Daniel Pfeffer16-Dec-21 3:31
professionalDaniel Pfeffer16-Dec-21 3:31 
GeneralRe: Honest, succinct, poetic... Pin
Greg Utas16-Dec-21 4:15
professionalGreg Utas16-Dec-21 4:15 
GeneralRe: Honest, succinct, poetic... Pin
PIEBALDconsult16-Dec-21 4:26
mvePIEBALDconsult16-Dec-21 4:26 
GeneralRe: Honest, succinct, poetic... Pin
oofalladeez34316-Dec-21 17:31
professionaloofalladeez34316-Dec-21 17:31 
GeneralCCC 16-12-2021 Pin
pkfox15-Dec-21 21:29
professionalpkfox15-Dec-21 21:29 
GeneralRe: CCC 16-12-2021 Pin
OriginalGriff15-Dec-21 22:03
mveOriginalGriff15-Dec-21 22:03 
GeneralRe: CCC 16-12-2021 Pin
Kornfeld Eliyahu Peter15-Dec-21 22:17
professionalKornfeld Eliyahu Peter15-Dec-21 22:17 
GeneralRe: CCC 16-12-2021 Pin
OriginalGriff15-Dec-21 22:22
mveOriginalGriff15-Dec-21 22:22 
GeneralRe: CCC 16-12-2021 Pin
Kornfeld Eliyahu Peter15-Dec-21 22:27
professionalKornfeld Eliyahu Peter15-Dec-21 22:27 
GeneralRe: CCC 16-12-2021 Pin
pkfox15-Dec-21 22:38
professionalpkfox15-Dec-21 22:38 

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.