Click here to Skip to main content
15,890,579 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
Matthew Wilcoxson7-Sep-21 22:03
Matthew Wilcoxson7-Sep-21 22:03 
GeneralRe: I don't like code reviews Pin
Br.Bill8-Sep-21 15:07
Br.Bill8-Sep-21 15:07 
GeneralRe: I don't like code reviews Pin
Matthew Wilcoxson11-Sep-21 0:44
Matthew Wilcoxson11-Sep-21 0:44 
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 
Code should be easy to skim for the easy bits, so using descriptive variables is helpful, as is insertion of concise comments, but descriptive needn't be long.

Also, as long as you keep in mind the scope of each variable and are doing any trash collection that is needed by your language choice, then short names are fine, especially as iterators. Just don't be lazy and leave a variable living longer than it is needed.
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 
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 

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.