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

 
GeneralLinter? Pin
Kevin Marois24-Oct-22 9:23
professionalKevin Marois24-Oct-22 9:23 
GeneralRe: Linter? Pin
raddevus24-Oct-22 9:39
mvaraddevus24-Oct-22 9:39 
GeneralRe: Linter? Pin
Kornfeld Eliyahu Peter24-Oct-22 10:01
professionalKornfeld Eliyahu Peter24-Oct-22 10:01 
GeneralRe: Linter? Pin
Nelek24-Oct-22 11:19
protectorNelek24-Oct-22 11:19 
GeneralRe: Linter? Pin
Greg Utas24-Oct-22 11:48
professionalGreg Utas24-Oct-22 11:48 
GeneralRe: Linter? Pin
jmaida24-Oct-22 14:43
jmaida24-Oct-22 14:43 
GeneralRe: Linter? Pin
trønderen24-Oct-22 12:42
trønderen24-Oct-22 12:42 
GeneralRe: Linter? PinPopular
jschell24-Oct-22 14:15
jschell24-Oct-22 14:15 
Static analysis tools do not provide any value in modern programming. When they were first invented compilers had almost zero effective error reporting so using a second tool with pattern matching to find those before compilation seemed like a good idea.
The authors or companies pushing them often claim benefits that do not exist.

Bugs in software which are actually significant, where significant means costing time (and thus money) to fix come from logic errors and system errors which static analysis tools cannot identify by their very nature.

Adherence to static analyzers can actually end up creating code that is not as easy to maintain and even end up introducing bugs. This happens when developers just try anything to get it to pass. The argument proponents make about that problem is that developers should be more diligent. But of course the same argument applies to why one might claim that a static analyzer is a good idea in the first place. Why are those very same diligent developers being nit-picked in the first place?
GeneralRe: Linter? Pin
Kevin Marois24-Oct-22 14:34
professionalKevin Marois24-Oct-22 14:34 
GeneralRe: Linter? Pin
Greg Utas24-Oct-22 14:58
professionalGreg Utas24-Oct-22 14:58 
GeneralRe: Linter? Pin
honey the codewitch25-Oct-22 15:29
mvahoney the codewitch25-Oct-22 15:29 
GeneralRe: Linter? Pin
Mircea Neacsu24-Oct-22 15:35
Mircea Neacsu24-Oct-22 15:35 
GeneralMessage Closed Pin
25-Oct-22 5:45
professionalJeremy Falcon25-Oct-22 5:45 
GeneralRe: Linter? Pin
honey the codewitch25-Oct-22 15:33
mvahoney the codewitch25-Oct-22 15:33 
GeneralMessage Closed Pin
25-Oct-22 17:17
professionalJeremy Falcon25-Oct-22 17:17 
GeneralRe: Linter? Pin
honey the codewitch25-Oct-22 17:35
mvahoney the codewitch25-Oct-22 17:35 
GeneralMessage Closed Pin
26-Oct-22 1:58
professionalJeremy Falcon26-Oct-22 1:58 
GeneralRe: Linter? Pin
honey the codewitch26-Oct-22 2:05
mvahoney the codewitch26-Oct-22 2:05 
GeneralMessage Closed Pin
26-Oct-22 2:14
professionalJeremy Falcon26-Oct-22 2:14 
GeneralRe: Linter? Pin
honey the codewitch26-Oct-22 2:16
mvahoney the codewitch26-Oct-22 2:16 
JokeRe: Linter? Pin
englebart27-Oct-22 17:09
professionalenglebart27-Oct-22 17:09 
GeneralRe: Linter? Pin
honey the codewitch27-Oct-22 17:22
mvahoney the codewitch27-Oct-22 17:22 
GeneralRe: Linter? Pin
honey the codewitch27-Oct-22 17:26
mvahoney the codewitch27-Oct-22 17:26 
GeneralRe: Linter? Pin
jschell26-Oct-22 12:05
jschell26-Oct-22 12:05 
GeneralMessage Closed Pin
26-Oct-22 2:10
professionalJeremy Falcon26-Oct-22 2:10 

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.