Click here to Skip to main content
15,895,370 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: I don't like code reviews Pin
Br.Bill12-Sep-21 8:59
Br.Bill12-Sep-21 8:59 
GeneralRe: I don't like code reviews Pin
Eric R Johansson8-Sep-21 0:31
Eric R Johansson8-Sep-21 0:31 
GeneralRe: I don't like code reviews Pin
Super Lloyd8-Sep-21 0:37
Super Lloyd8-Sep-21 0:37 
GeneralRe: I don't like code reviews Pin
Eric R Johansson8-Sep-21 1:44
Eric R Johansson8-Sep-21 1:44 
GeneralRe: I don't like code reviews Pin
Cpichols8-Sep-21 1:44
Cpichols8-Sep-21 1:44 
GeneralRe: I don't like code reviews Pin
Super Lloyd8-Sep-21 2:26
Super Lloyd8-Sep-21 2:26 
GeneralRe: I don't like code reviews Pin
Cpichols8-Sep-21 2:33
Cpichols8-Sep-21 2:33 
GeneralRe: I don't like code reviews Pin
RooN3y8-Sep-21 2:01
RooN3y8-Sep-21 2:01 
One thing not mentioned in the other replies is the readability from the very first word.

In your example of
a = b + c

If a was named better then I wouldn't need to read the rest of the code to understand what I'm dealing with.

So in the long run I can gain general understanding at a glance. You should only need to dig deeper if you need to, and with each well described method and variable I can gain a better understanding.

Personally a = b + c is a bit lazy and I wouldn't want to have to maintain your code.

This talk on Clean code really hits the nail on the head for me when it comes to clean code - JeremyBytes Live! - Clean Code: Homicidal Maniacs Read Code, Too! - YouTube[^]
GeneralRe: I don't like code reviews Pin
BryanFazekas8-Sep-21 2:26
BryanFazekas8-Sep-21 2:26 
GeneralI prefer code reviews... Pin
etkid848-Sep-21 5:15
etkid848-Sep-21 5:15 
GeneralRe: I don't like code reviews Pin
SeattleC++8-Sep-21 6:52
SeattleC++8-Sep-21 6:52 
GeneralRe: I don't like code reviews Pin
Matt McGuire8-Sep-21 8:06
professionalMatt McGuire8-Sep-21 8:06 
GeneralRe: I don't like code reviews Pin
Member 140926059-Sep-21 1:08
Member 140926059-Sep-21 1:08 
GeneralRe: I don't like code reviews Pin
Super Lloyd9-Sep-21 2:54
Super Lloyd9-Sep-21 2:54 
GeneralUTER ITER CONFUSION Pin
BernardIE53176-Sep-21 19:38
BernardIE53176-Sep-21 19:38 
GeneralRe: UTER ITER CONFUSION Pin
obermd7-Sep-21 3:33
obermd7-Sep-21 3:33 
GeneralRe: UTER ITER CONFUSION Pin
BernardIE53177-Sep-21 6:03
BernardIE53177-Sep-21 6:03 
GeneralRe: UTER ITER CONFUSION Pin
Chris Maunder7-Sep-21 7:27
cofounderChris Maunder7-Sep-21 7:27 
GeneralRe: UTER ITER CONFUSION Pin
obermd7-Sep-21 7:52
obermd7-Sep-21 7:52 
GeneralRe: UTER ITER CONFUSION Pin
BernardIE53177-Sep-21 18:54
BernardIE53177-Sep-21 18:54 
GeneralIs the HP Envy the successor to the Power Pavilion? Pin
swampwiz6-Sep-21 12:34
swampwiz6-Sep-21 12:34 
GeneralRe: Is the HP Envy the successor to the Power Pavilion? Pin
Cp-Coder6-Sep-21 13:23
Cp-Coder6-Sep-21 13:23 
GeneralRe: Is the HP Envy the successor to the Power Pavilion? Pin
Dan Neely7-Sep-21 3:36
Dan Neely7-Sep-21 3:36 
GeneralRe: Is the HP Envy the successor to the Power Pavilion? Pin
Cp-Coder7-Sep-21 15:37
Cp-Coder7-Sep-21 15:37 
GeneralRe: Is the HP Envy the successor to the Power Pavilion? Pin
MarkTJohnson6-Sep-21 14:25
professionalMarkTJohnson6-Sep-21 14:25 

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.