Click here to Skip to main content
15,896,500 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
Sander Rossel6-Sep-21 22:32
professionalSander Rossel6-Sep-21 22:32 
GeneralRe: I don't like code reviews Pin
Jörgen Andersson6-Sep-21 22:56
professionalJörgen Andersson6-Sep-21 22:56 
GeneralRe: I don't like code reviews Pin
yacCarsten6-Sep-21 23:20
yacCarsten6-Sep-21 23:20 
GeneralRe: I don't like code reviews Pin
Super Lloyd6-Sep-21 23:32
Super Lloyd6-Sep-21 23:32 
GeneralRe: I don't like code reviews Pin
BillWoodruff6-Sep-21 23:45
professionalBillWoodruff6-Sep-21 23:45 
GeneralRe: I don't like code reviews Pin
Super Lloyd7-Sep-21 1:14
Super Lloyd7-Sep-21 1:14 
GeneralRe: I don't like code reviews Pin
BillWoodruff7-Sep-21 3:30
professionalBillWoodruff7-Sep-21 3:30 
GeneralRe: I don't like code reviews Pin
jsc427-Sep-21 0:31
professionaljsc427-Sep-21 0:31 
Variable names should be long enough to explain what they do but short enough to be succinct. Very long names show you haven't thoroughly worked out what they are for or you are being too restrictive.

For example, the other day I was writing some code that I hadn't thoroughly thought through and I created a variable called something like locationOfCommonSharedValuesBeforeTheConfigurationWasJoinedToAnotherEnvironmentsConfiguration. After much soul searching, it is now called originalSharedValues.
GeneralRe: I don't like code reviews Pin
dandy727-Sep-21 2:53
dandy727-Sep-21 2:53 
GeneralRe: I don't like code reviews Pin
obermd7-Sep-21 3:24
obermd7-Sep-21 3:24 
GeneralRe: I don't like code reviews Pin
Slacker0077-Sep-21 3:30
professionalSlacker0077-Sep-21 3:30 
GeneralRe: I don't like code reviews Pin
BillWoodruff7-Sep-21 3:50
professionalBillWoodruff7-Sep-21 3:50 
GeneralRe: I don't like code reviews Pin
Slacker0077-Sep-21 4:20
professionalSlacker0077-Sep-21 4:20 
GeneralRe: I don't like code reviews Pin
obermd7-Sep-21 4:37
obermd7-Sep-21 4:37 
GeneralRe: I don't like code reviews Pin
obermd7-Sep-21 4:36
obermd7-Sep-21 4:36 
PraiseRe: I don't like code reviews PinPopular
PIEBALDconsult7-Sep-21 4:06
mvePIEBALDconsult7-Sep-21 4:06 
GeneralRe: I don't like code reviews Pin
obermd7-Sep-21 4:38
obermd7-Sep-21 4:38 
GeneralRe: I don't like code reviews Pin
kmoorevs7-Sep-21 4:26
kmoorevs7-Sep-21 4:26 
GeneralRe: I don't like code reviews Pin
Gerry Schmitz7-Sep-21 5:39
mveGerry Schmitz7-Sep-21 5:39 
GeneralRe: I don't like code reviews Pin
Gary R. Wheeler7-Sep-21 12:17
Gary R. Wheeler7-Sep-21 12:17 
GeneralRe: I don't like code reviews Pin
BillWoodruff7-Sep-21 13:30
professionalBillWoodruff7-Sep-21 13:30 
GeneralRe: I don't like code reviews Pin
BernardIE53177-Sep-21 15:33
BernardIE53177-Sep-21 15:33 
GeneralRe: I don't like code reviews Pin
Super Lloyd7-Sep-21 17:43
Super Lloyd7-Sep-21 17:43 
GeneralRe: I don't like code reviews Pin
Wizard of Sleeves7-Sep-21 20:37
Wizard of Sleeves7-Sep-21 20:37 
GeneralRe: I don't like code reviews Pin
Super Lloyd7-Sep-21 21:45
Super Lloyd7-Sep-21 21:45 

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.