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: SW Engineering, NASA & how things go wrong Pin
raddevus22-Dec-22 12:31
mvaraddevus22-Dec-22 12:31 
GeneralRe: SW Engineering, NASA & how things go wrong Pin
Kate-X25722-Dec-22 23:49
Kate-X25722-Dec-22 23:49 
GeneralRe: SW Engineering, NASA & how things go wrong Pin
Gerry Schmitz23-Dec-22 2:28
mveGerry Schmitz23-Dec-22 2:28 
GeneralRe: SW Engineering, NASA & how things go wrong Pin
PhilipOakley23-Dec-22 3:15
professionalPhilipOakley23-Dec-22 3:15 
GeneralRe: SW Engineering, NASA & how things go wrong Pin
raddevus23-Dec-22 4:40
mvaraddevus23-Dec-22 4:40 
GeneralRe: SW Engineering, NASA & how things go wrong Pin
agolddog23-Dec-22 3:55
agolddog23-Dec-22 3:55 
GeneralRe: SW Engineering, NASA & how things go wrong Pin
raddevus23-Dec-22 4:41
mvaraddevus23-Dec-22 4:41 
GeneralRe: SW Engineering, NASA & how things go wrong Pin
rjmoses23-Dec-22 3:58
professionalrjmoses23-Dec-22 3:58 
One of the hardest, or at least most memorable, software problem I ever had to chase was a programming error in a seldomly used error recovery routine. It seems my programmer, who was highly experienced in other programming languages such as COBOL, coded a "=" instead of an "==" inside an if statement in a C program--kinda like "if ( A = B)....". This ALWAYS returns true WHILE assigning the value of B to A.

Unfortunately, this little error caused the system to crash.

It took about six months to find the cause of the crash and understand what was happening. Looking at the code under the pressure of a "down system", we always asked why the condition was true because our mind was saying if A equals B and not considering that A was not equal to B before the if statement.

I cursed (and still do curse to this day) whoever decided that allowing an assignment inside of a conditional statement was a good idea.

And I have to wonder how many systems, like autonomous cars, have a statement like that buried way down deep in a infrequently used piece of critical code.
GeneralRe: SW Engineering, NASA & how things go wrong Pin
raddevus23-Dec-22 4:49
mvaraddevus23-Dec-22 4:49 
GeneralSoftware Engineering: This is a good one Pin
raddevus22-Dec-22 4:57
mvaraddevus22-Dec-22 4:57 
GeneralRe: Software Engineering: This is a good one Pin
PIEBALDconsult22-Dec-22 5:05
mvePIEBALDconsult22-Dec-22 5:05 
GeneralRe: Software Engineering: This is a good one Pin
charlieg22-Dec-22 9:24
charlieg22-Dec-22 9:24 
GeneralRe: Software Engineering: This is a good one Pin
Greg Utas22-Dec-22 7:32
professionalGreg Utas22-Dec-22 7:32 
GeneralRe: Software Engineering: This is a good one Pin
Richard Andrew x6422-Dec-22 13:39
professionalRichard Andrew x6422-Dec-22 13:39 
GeneralRe: Software Engineering: This is a good one Pin
Greg Utas22-Dec-22 14:09
professionalGreg Utas22-Dec-22 14:09 
GeneralIs it just me? Okta's source code stolen... Pin
MikeCO1022-Dec-22 3:26
MikeCO1022-Dec-22 3:26 
GeneralRe: Is it just me? Okta's source code stolen... Pin
RickZeeland22-Dec-22 3:30
mveRickZeeland22-Dec-22 3:30 
GeneralRe: Is it just me? Okta's source code stolen... Pin
PIEBALDconsult22-Dec-22 5:45
mvePIEBALDconsult22-Dec-22 5:45 
GeneralRe: Is it just me? Okta's source code stolen... Pin
Slacker00722-Dec-22 3:44
professionalSlacker00722-Dec-22 3:44 
GeneralRe: Is it just me? Okta's source code stolen... Pin
obermd22-Dec-22 3:49
obermd22-Dec-22 3:49 
GeneralRe: Is it just me? Okta's source code stolen... Pin
PIEBALDconsult22-Dec-22 4:14
mvePIEBALDconsult22-Dec-22 4:14 
GeneralRe: Is it just me? Okta's source code stolen... Pin
megaadam22-Dec-22 5:06
professionalmegaadam22-Dec-22 5:06 
GeneralRe: Is it just me? Okta's source code stolen... Pin
Marc Clifton22-Dec-22 6:16
mvaMarc Clifton22-Dec-22 6:16 
GeneralRe: Is it just me? Okta's source code stolen... Pin
Daniel Pfeffer22-Dec-22 8:21
professionalDaniel Pfeffer22-Dec-22 8:21 
GeneralRe: Is it just me? Okta's source code stolen... Pin
obermd22-Dec-22 8:57
obermd22-Dec-22 8:57 

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.