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

 
Generalworldle 276 1/6 Pin
jmaida24-Oct-22 9:45
jmaida24-Oct-22 9:45 
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 
I am surprised that anyone has not heard of a linter ...

I grew up with compilers who did those kinds of things. Compilers not allowing just any kind of dirt, because 'you asked for it, you got it'. When C came on the scene, my generation quickly made shell macros to always run lint before running the compiler, to get something resembling what they were used to with the compilers of the old days.

In my last job, we tightened some of the Lint rules, redefining a few warnings as errors, and required the build job to be aborted if lint reported an error. The logging system reported the number of (non-fatal) lint warnings for each build to a statistics module, to monitor the development of code quality.

We gradually changed to Python, and although there is a sort of Python-lint, it never was mandated. The programmers were happy: They were no longer bugged by these nasty remarks of bad code quality.

Sadly, I am not surprised that far too many of my workmates will call such development "progress".
GeneralRe: Linter? PinPopular
jschell24-Oct-22 14:15
jschell24-Oct-22 14:15 
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 

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.