Click here to Skip to main content
15,891,513 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: Error handing is taking me more time than the functionality :( Pin
Greg Utas31-Oct-21 6:21
professionalGreg Utas31-Oct-21 6:21 
GeneralRe: Error handing is taking me more time than the functionality :( Pin
honey the codewitch31-Oct-21 6:28
mvahoney the codewitch31-Oct-21 6:28 
GeneralRe: Error handing is taking me more time than the functionality :( Pin
Daniel Pfeffer31-Oct-21 6:55
professionalDaniel Pfeffer31-Oct-21 6:55 
GeneralRe: Error handing is taking me more time than the functionality :( Pin
honey the codewitch31-Oct-21 7:16
mvahoney the codewitch31-Oct-21 7:16 
GeneralRe: Error handing is taking me more time than the functionality :( Pin
Gerry Schmitz31-Oct-21 7:43
mveGerry Schmitz31-Oct-21 7:43 
GeneralRe: Error handing is taking me more time than the functionality :( Pin
ElectronProgrammer31-Oct-21 10:10
ElectronProgrammer31-Oct-21 10:10 
GeneralRe: Error handing is taking me more time than the functionality :( Pin
honey the codewitch31-Oct-21 10:59
mvahoney the codewitch31-Oct-21 10:59 
GeneralRe: Error handing is taking me more time than the functionality :( Pin
charlieg31-Oct-21 11:33
charlieg31-Oct-21 11:33 
error handling separates the men from the boys, pardon the expression Poke tongue | ;-P . So many times I've heard, "but that will never fail" and ashamedly, I've thought the same myself. It's a lie from the pit of hell. It *will* fail, and it will bite your weekend in the butt if you don't handle it.

Defensive programming is part of the art.

In embedded systems, it gets even worse. Every single failure point you have to ask yourself, "how do I keep running?" It takes a completely different mindset and design approach. A guy I work with has schooled me to the point of embarrassment, because his approach is obviously better.
Charlie Gilley
<italic>Stuck in a dysfunctional matrix from which I must escape...

"Where liberty dwells, there is my country." B. Franklin, 1783
“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

GeneralRe: Error handing is taking me more time than the functionality :( Pin
honey the codewitch31-Oct-21 12:05
mvahoney the codewitch31-Oct-21 12:05 
GeneralRe: Error handing is taking me more time than the functionality :( Pin
Jon McKee31-Oct-21 11:33
professionalJon McKee31-Oct-21 11:33 
GeneralRe: Error handing is taking me more time than the functionality :( Pin
honey the codewitch31-Oct-21 12:01
mvahoney the codewitch31-Oct-21 12:01 
GeneralRe: Error handing is taking me more time than the functionality :( Pin
Rick York31-Oct-21 18:37
mveRick York31-Oct-21 18:37 
GeneralRe: Error handing is taking me more time than the functionality :( Pin
honey the codewitch31-Oct-21 18:38
mvahoney the codewitch31-Oct-21 18:38 
QuestionMessage Closed Pin
30-Oct-21 17:06
giridhar k 202130-Oct-21 17:06 
AnswerRe: sub string using user input Pin
OriginalGriff30-Oct-21 20:40
mveOriginalGriff30-Oct-21 20:40 
GeneralRe: sub string using user input Pin
Chris C-B30-Oct-21 21:54
Chris C-B30-Oct-21 21:54 
JokeRe: sub string using user input Pin
Nelek30-Oct-21 22:07
protectorNelek30-Oct-21 22:07 
GeneralRe: sub string using user input Pin
OriginalGriff30-Oct-21 22:17
mveOriginalGriff30-Oct-21 22:17 
GeneralRe: sub string using user input Pin
Daniel Pfeffer31-Oct-21 6:56
professionalDaniel Pfeffer31-Oct-21 6:56 
GeneralRe: sub string using user input Pin
honey the codewitch31-Oct-21 7:19
mvahoney the codewitch31-Oct-21 7:19 
GeneralRe: sub string using user input Pin
dandy7231-Oct-21 3:19
dandy7231-Oct-21 3:19 
GeneralRe: sub string using user input Pin
Cp-Coder31-Oct-21 2:33
Cp-Coder31-Oct-21 2:33 
GeneralRe: sub string using user input Pin
Gerry Schmitz31-Oct-21 7:38
mveGerry Schmitz31-Oct-21 7:38 
AnswerRe: sub string using user input Pin
Johnny J.30-Oct-21 22:59
professionalJohnny J.30-Oct-21 22:59 
GeneralRe: sub string using user input Pin
OriginalGriff30-Oct-21 23:31
mveOriginalGriff30-Oct-21 23:31 

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.