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

 
JokeRe: Other People's Code Pin
Nelek1-Aug-20 1:02
protectorNelek1-Aug-20 1:02 
GeneralRe: Other People's Code Pin
Daniel Pfeffer1-Aug-20 9:29
professionalDaniel Pfeffer1-Aug-20 9:29 
GeneralRe: Other People's Code Pin
Eddy Vluggen1-Aug-20 11:56
professionalEddy Vluggen1-Aug-20 11:56 
GeneralRe: Other People's Code Pin
Member 103346102-Aug-20 20:05
Member 103346102-Aug-20 20:05 
GeneralRe: Other People's Code Pin
BryanFazekas3-Aug-20 1:16
BryanFazekas3-Aug-20 1:16 
GeneralRe: Other People's Code Pin
agolddog3-Aug-20 4:37
agolddog3-Aug-20 4:37 
GeneralRe: Other People's Code Pin
honey the codewitch3-Aug-20 4:47
mvahoney the codewitch3-Aug-20 4:47 
GeneralRe: Other People's Code Pin
Matt McGuire3-Aug-20 5:21
professionalMatt McGuire3-Aug-20 5:21 
I kid you not, I worked on someone else c# code base that was trying to run dependence injection at every level, everything was an interface, even if there was one concrete class implementing the interface. I mapped one API call through 14 layers of calls to get to the root code that was hard coded to return "True" (not a bool, but a string).

It would take me hours to find where the call's implantation wound up. The project solution consisted of 60+ DLL projects, some of which had no code and was only a stub out for an interface implementing another interface referenced in another project.

every function had a try/catch with a logger that did not log the error or any variables, just the function name where the error occurred and a time stamp, nothing else. so when you have say 10 functions called "Update" in each of the 60+ projects, which one did it crash on, and why?

tried to map it out, gave up after a week. Hair pulling time.
GeneralRe: Other People's Code Pin
honey the codewitch3-Aug-20 7:03
mvahoney the codewitch3-Aug-20 7:03 
GeneralRe: Other People's Code Pin
Matt McGuire5-Aug-20 3:57
professionalMatt McGuire5-Aug-20 3:57 
GeneralThought of the Day Pin
OriginalGriff31-Jul-20 4:33
mveOriginalGriff31-Jul-20 4:33 
GeneralRe: Thought of the Day Pin
Jacquers31-Jul-20 4:48
Jacquers31-Jul-20 4:48 
GeneralRe: Thought of the Day Pin
jeron131-Jul-20 4:48
jeron131-Jul-20 4:48 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer31-Jul-20 5:10
professionalDaniel Pfeffer31-Jul-20 5:10 
GeneralRe: Thought of the Day Pin
littleGreenDude31-Jul-20 5:37
littleGreenDude31-Jul-20 5:37 
GeneralRe: Thought of the Day Pin
DerekT-P31-Jul-20 6:34
professionalDerekT-P31-Jul-20 6:34 
GeneralRe: Thought of the Day Pin
Mike Hankey31-Jul-20 6:35
mveMike Hankey31-Jul-20 6:35 
GeneralRe: Thought of the Day Pin
W Balboos, GHB31-Jul-20 7:41
W Balboos, GHB31-Jul-20 7:41 
GeneralThe Code I'm Still Ashamed Of Pin
Marc Clifton31-Jul-20 3:45
mvaMarc Clifton31-Jul-20 3:45 
GeneralRe: The Code I'm Still Ashamed Of Pin
Nelek31-Jul-20 3:58
protectorNelek31-Jul-20 3:58 
GeneralRe: The Code I'm Still Ashamed Of Pin
Marc Clifton31-Jul-20 4:01
mvaMarc Clifton31-Jul-20 4:01 
GeneralRe: The Code I'm Still Ashamed Of Pin
W Balboos, GHB31-Jul-20 7:51
W Balboos, GHB31-Jul-20 7:51 
JokeRe: The Code I'm Still Ashamed Of Pin
ZurdoDev31-Jul-20 9:20
professionalZurdoDev31-Jul-20 9:20 
GeneralRe: The Code I'm Still Ashamed Of Pin
Amarnath S31-Jul-20 5:15
professionalAmarnath S31-Jul-20 5:15 
GeneralRe: The Code I'm Still Ashamed Of Pin
Daniel Pfeffer31-Jul-20 5:36
professionalDaniel Pfeffer31-Jul-20 5:36 

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.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   350 votes