Click here to Skip to main content
15,891,473 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: Code analysis sucks Pin
Super Lloyd23-Oct-19 15:29
Super Lloyd23-Oct-19 15:29 
GeneralRe: Code analysis sucks Pin
Sander Rossel23-Oct-19 22:55
professionalSander Rossel23-Oct-19 22:55 
GeneralRe: Code analysis sucks Pin
BryanFazekas24-Oct-19 0:41
BryanFazekas24-Oct-19 0:41 
GeneralRe: Code analysis sucks Pin
#realJSOP24-Oct-19 0:58
mve#realJSOP24-Oct-19 0:58 
GeneralRe: Code analysis sucks Pin
johannesnestler24-Oct-19 1:23
johannesnestler24-Oct-19 1:23 
GeneralRe: Code analysis sucks Pin
Dean Roddey24-Oct-19 6:26
Dean Roddey24-Oct-19 6:26 
GeneralPerhaps ... Re: Code analysis sucks Pin
Davie2124024-Oct-19 4:38
Davie2124024-Oct-19 4:38 
GeneralRe: Perhaps ... Re: Code analysis sucks Pin
Dean Roddey24-Oct-19 6:24
Dean Roddey24-Oct-19 6:24 
Ummm... No. I've been a hard core C++ developer for 30+ years and have a 1.1M line personal code base. So it's safe to say I'm not a C style developer. I have my own test framework and my own asserts my own standard library and my own everything, so none of that would be applicable to me. My asserts are appropriately used for things that would represent coding errors, not input errors (obviously no one is 100% consistent in such a large code base.) And of course I can choose to have them on in release if I want, or have separate ones for release vs. debug.

GitHub - DeanRoddey/CIDLib: The CIDLib general purpose C++ development environment[^]

The issue is writing less readable and maintainable code just to make the analyzer happy. That is likely to cause more problems than the few things it actually manages to catch.
Explorans limites defectum

GeneralRe: Perhaps ... Re: Code analysis sucks Pin
Davie2124024-Oct-19 7:26
Davie2124024-Oct-19 7:26 
GeneralRe: Code analysis sucks Pin
Steve Naidamast24-Oct-19 7:36
professionalSteve Naidamast24-Oct-19 7:36 
GeneralRe: Code analysis sucks Pin
Dean Roddey24-Oct-19 15:54
Dean Roddey24-Oct-19 15:54 
QuestionHow do you know when the TOTD is a Dad joke? PinPopular
littleGreenDude23-Oct-19 6:56
littleGreenDude23-Oct-19 6:56 
GeneralThought of the Day Pin
OriginalGriff23-Oct-19 4:51
mveOriginalGriff23-Oct-19 4:51 
GeneralRe: Thought of the Day Pin
musefan23-Oct-19 5:02
musefan23-Oct-19 5:02 
GeneralRe: Thought of the Day Pin
Johnny J.23-Oct-19 6:37
professionalJohnny J.23-Oct-19 6:37 
GeneralRe: Thought of the Day Pin
musefan23-Oct-19 21:10
musefan23-Oct-19 21:10 
GeneralRe: Thought of the Day Pin
jeron123-Oct-19 5:18
jeron123-Oct-19 5:18 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer23-Oct-19 5:55
professionalDaniel Pfeffer23-Oct-19 5:55 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer23-Oct-19 5:58
professionalDaniel Pfeffer23-Oct-19 5:58 
GeneralRe: Thought of the Day Pin
W Balboos, GHB23-Oct-19 6:41
W Balboos, GHB23-Oct-19 6:41 
GeneralRe: Thought of the Day Pin
MKJCP24-Oct-19 2:10
MKJCP24-Oct-19 2:10 
GeneralIt's weird when... Pin
Marc Clifton23-Oct-19 2:40
mvaMarc Clifton23-Oct-19 2:40 
GeneralRe: It's weird when... Pin
CodeWraith23-Oct-19 2:51
CodeWraith23-Oct-19 2:51 
GeneralRe: It's weird when... Pin
PeejayAdams23-Oct-19 3:13
PeejayAdams23-Oct-19 3:13 
GeneralRe: It's weird when... Pin
CPallini23-Oct-19 3:19
mveCPallini23-Oct-19 3:19 

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.