Click here to Skip to main content
15,895,746 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: Clean Code, who missed the p(o)int... ? Pin
PIEBALDconsult8-Aug-21 18:07
mvePIEBALDconsult8-Aug-21 18:07 
GeneralRe: Clean Code, who missed the p(o)int... ? Pin
DeerBear8-Aug-21 20:44
DeerBear8-Aug-21 20:44 
GeneralRe: Clean Code, who missed the p(o)int... ? Pin
jschell5-Sep-21 8:39
jschell5-Sep-21 8:39 
GeneralRe: Clean Code, who missed the p(o)int... ? Pin
PhilipOakley9-Aug-21 0:28
professionalPhilipOakley9-Aug-21 0:28 
JokeRe: Clean Code, who missed the p(o)int... ? Pin
Daniel Pfeffer9-Aug-21 2:24
professionalDaniel Pfeffer9-Aug-21 2:24 
GeneralRe: Clean Code, who missed the p(o)int... ? Pin
KateAshman9-Aug-21 2:45
KateAshman9-Aug-21 2:45 
GeneralRe: Clean Code, who missed the p(o)int... ? Pin
Andre_Prellwitz9-Aug-21 6:49
Andre_Prellwitz9-Aug-21 6:49 
GeneralRe: Clean Code, who missed the p(o)int... ? Pin
jschell5-Sep-21 8:44
jschell5-Sep-21 8:44 
Andre_Prellwitz wrote:
bothered to use linting tools are


Sigh...

Static checkers are useless. They were useless 40 years ago when I first saw them and just as useless now.

I have seen a static checked which tagged switch statements as being too complex. The 'solution' which some programmer implemented to fix that and which was reviewed and passed involved creating 40 objects every single time. 40 objects that could not even be created successfully every time. That code ended up in production. So it went from a very valid and correct idiom to one that failed.

If the teams consists of NOTHING but junior developers then maybe they might provide a benefit. But if there is even one mid level developer and that person actually takes code review seriously then that is going to be far more effective.
GeneralRe: Clean Code, who missed the p(o)int... ? Pin
Andre_Prellwitz8-Sep-21 13:05
Andre_Prellwitz8-Sep-21 13:05 
GeneralRe: Clean Code, who missed the p(o)int... ? Pin
Sander Rossel8-Aug-21 22:41
professionalSander Rossel8-Aug-21 22:41 
GeneralRe: Clean Code, who missed the p(o)int... ? Pin
maze38-Aug-21 22:57
professionalmaze38-Aug-21 22:57 
GeneralRe: Clean Code, who missed the p(o)int... ? Pin
Greg Utas9-Aug-21 1:28
professionalGreg Utas9-Aug-21 1:28 
GeneralRe: Clean Code, who missed the p(o)int... ? Pin
Member 91670578-Aug-21 23:55
Member 91670578-Aug-21 23:55 
GeneralRe: Clean Code, who missed the p(o)int... ? Pin
Daniel Pfeffer9-Aug-21 2:22
professionalDaniel Pfeffer9-Aug-21 2:22 
GeneralRe: Clean Code, who missed the p(o)int... ? Pin
Member 91670579-Aug-21 3:55
Member 91670579-Aug-21 3:55 
GeneralHaHaHaHa! Ha Ha Ha! HaHa! Pin
David O'Neil6-Aug-21 19:48
professionalDavid O'Neil6-Aug-21 19:48 
GeneralRe: HaHaHaHa! Ha Ha Ha! HaHa! Pin
Slacker0076-Aug-21 20:02
professionalSlacker0076-Aug-21 20:02 
GeneralRe: HaHaHaHa! Ha Ha Ha! HaHa! Pin
honey the codewitch6-Aug-21 20:54
mvahoney the codewitch6-Aug-21 20:54 
GeneralRe: HaHaHaHa! Ha Ha Ha! HaHa! Pin
DeerBear8-Aug-21 20:37
DeerBear8-Aug-21 20:37 
GeneralRe: HaHaHaHa! Ha Ha Ha! HaHa! Pin
Mike Hankey7-Aug-21 0:32
mveMike Hankey7-Aug-21 0:32 
GeneralRe: HaHaHaHa! Ha Ha Ha! HaHa! Pin
RickZeeland7-Aug-21 0:44
mveRickZeeland7-Aug-21 0:44 
GeneralRe: HaHaHaHa! Ha Ha Ha! HaHa! Pin
dandy727-Aug-21 3:38
dandy727-Aug-21 3:38 
GeneralRe: HaHaHaHa! Ha Ha Ha! HaHa! Pin
Nelek7-Aug-21 5:17
protectorNelek7-Aug-21 5:17 
GeneralRe: HaHaHaHa! Ha Ha Ha! HaHa! Pin
dandy728-Aug-21 6:10
dandy728-Aug-21 6:10 
GeneralRe: HaHaHaHa! Ha Ha Ha! HaHa! Pin
Gerry Schmitz7-Aug-21 5:49
mveGerry Schmitz7-Aug-21 5:49 

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.