Click here to Skip to main content
15,896,063 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: Greetings from Rome Pin
User 58385223-Apr-19 11:40
User 58385223-Apr-19 11:40 
GeneralRe: Greetings from Rome Pin
Mark_Wallace24-Apr-19 11:29
Mark_Wallace24-Apr-19 11:29 
GeneralAnd for those who like to jam... Pin
Tim Deveaux20-Apr-19 18:08
Tim Deveaux20-Apr-19 18:08 
GeneralFxCop Analyser Pin
Super Lloyd20-Apr-19 18:03
Super Lloyd20-Apr-19 18:03 
GeneralRe: FxCop Analyser Pin
RickZeeland20-Apr-19 20:55
mveRickZeeland20-Apr-19 20:55 
GeneralRe: FxCop Analyser Pin
GKP199221-Apr-19 4:00
professionalGKP199221-Apr-19 4:00 
GeneralRe: FxCop Analyser Pin
#realJSOP21-Apr-19 5:15
professional#realJSOP21-Apr-19 5:15 
GeneralRe: FxCop Analyser Pin
jschell21-Apr-19 8:02
jschell21-Apr-19 8:02 
Look up C lint.

A tool that developers hated decades ago.

And static analyzers serve no better purpose now except, unlike lint, companies charge for them.

Hypothetically they might be valid if a company was only using junior programmers, or perhaps had more than a couple and the senior developers refused to review code. But in that case then it is a management problem not a technology one.

In a recent case a static analyzer required re-engineering a simple factory pattern that was using a switch statement. The re-engineered effort passed review (not by me) that was done by creating a dictionary which instantiated all of the classes controlled by the factory...every single time. Passed the static analyzer though.
GeneralRe: FxCop Analyser Pin
David O'Neil21-Apr-19 10:41
professionalDavid O'Neil21-Apr-19 10:41 
GeneralRe: FxCop Analyser Pin
Gerry Schmitz21-Apr-19 12:06
mveGerry Schmitz21-Apr-19 12:06 
GeneralRe: FxCop Analyser Pin
jschell27-Apr-19 6:07
jschell27-Apr-19 6:07 
GeneralRe: FxCop Analyser Pin
Richard Andrew x6421-Apr-19 8:14
professionalRichard Andrew x6421-Apr-19 8:14 
GeneralThe galaxy is such a dangerous place! Pin
Super Lloyd20-Apr-19 15:55
Super Lloyd20-Apr-19 15:55 
GeneralWhere Are The Rabbit Ears... Pin
Michael Martin20-Apr-19 13:13
professionalMichael Martin20-Apr-19 13:13 
GeneralRe: Where Are The Rabbit Ears... Pin
GKP199221-Apr-19 4:04
professionalGKP199221-Apr-19 4:04 
GeneralRe: Where Are The Rabbit Ears... Pin
Mark_Wallace24-Apr-19 11:31
Mark_Wallace24-Apr-19 11:31 
NewsFrightening - just frightening Pin
Ravi Bhavnani20-Apr-19 8:51
professionalRavi Bhavnani20-Apr-19 8:51 
GeneralRe: Frightening - just frightening Pin
GuyThiebaut20-Apr-19 9:16
professionalGuyThiebaut20-Apr-19 9:16 
GeneralRe: Frightening - just frightening Pin
Jörgen Andersson20-Apr-19 10:03
professionalJörgen Andersson20-Apr-19 10:03 
GeneralRe: Frightening - just frightening Pin
GuyThiebaut20-Apr-19 21:29
professionalGuyThiebaut20-Apr-19 21:29 
GeneralRe: Frightening - just frightening Pin
Chris C-B20-Apr-19 21:46
Chris C-B20-Apr-19 21:46 
GeneralRe: Frightening - just frightening Pin
GuyThiebaut21-Apr-19 7:45
professionalGuyThiebaut21-Apr-19 7:45 
GeneralRe: Frightening - just frightening Pin
Chris C-B21-Apr-19 18:53
Chris C-B21-Apr-19 18:53 
GeneralRe: Frightening - just frightening Pin
Mark_Wallace24-Apr-19 11:34
Mark_Wallace24-Apr-19 11:34 
GeneralRe: Frightening - just frightening Pin
CPallini20-Apr-19 10:53
mveCPallini20-Apr-19 10:53 

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.