Click here to Skip to main content
15,905,971 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
Marc Clifton8-Aug-21 6:51
mvaMarc Clifton8-Aug-21 6:51 
GeneralRe: Clean Code, who missed the p(o)int... ? Pin
jschell8-Aug-21 8:39
jschell8-Aug-21 8:39 
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 
I have one person in my team who will insist on doing things their way, because of clean code and readability.
It's such a moot point, IMHO.

Practically speaking, you should stick to the following:
Structurally, you should keep the cyclometric complexity low --> you'll have cheaper A/B testing in the future, which is a good fallback strategy for unforeseen issues of all sizes.
Syntax wise, just copy whatever style is prevalent in the code-base already, and reduce inconsistencies --> cheaper refactoring in the future.
Quality wise, you should always aim for less lines of code, without resorting to ANY advanced language techniques --> less reading to understand the code, less esoteric bugs.

Just do those three things to drive costs down and quality up.
Everything else is pointless. The compiler doesn't care about the look and feel of the code and the user definitely doesn't care.
We should take a hint and stop caring so much too.
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 
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 

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.