Click here to Skip to main content
15,892,480 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
Super Lloyd7-Sep-21 1:14
Super Lloyd7-Sep-21 1:14 
GeneralRe: I don't like code reviews Pin
Rage7-Sep-21 1:51
professionalRage7-Sep-21 1:51 
GeneralRe: I don't like code reviews Pin
Super Lloyd7-Sep-21 13:15
Super Lloyd7-Sep-21 13:15 
GeneralRe: I don't like code reviews Pin
David O'Neil7-Sep-21 9:33
professionalDavid O'Neil7-Sep-21 9:33 
GeneralRe: I don't like code reviews Pin
harvyk07-Sep-21 19:47
harvyk07-Sep-21 19:47 
GeneralRe: I don't like code reviews Pin
Super Lloyd7-Sep-21 19:51
Super Lloyd7-Sep-21 19:51 
GeneralRe: I don't like code reviews Pin
harvyk07-Sep-21 21:01
harvyk07-Sep-21 21:01 
GeneralRe: I don't like code reviews Pin
Mike Winiberg7-Sep-21 20:54
professionalMike Winiberg7-Sep-21 20:54 
In an IT class I had to help someone who was a competent coder, but had a similar problem (he was dyslexic). The course specified that you should use descriptive variable names (fortunately not hungarian though). We reached a compromise: he could use short variable names wherever possible (eg inside small functional units of code - as per your example) but had to add a comment at the start of the code that explained what the variables represented. This had to be only in code that could fit on the screen so it could be read in one hit.

Ignoring - for now - the fact that no developer I've ever met (including me!) is good at keeping comments in step with the code, nevertheless this seemed a workable compromise: He could write code he could follow and there was at least a reasonable chance that the comments would give a good hint as to what was going on.
GeneralRe: I don't like code reviews Pin
BillWoodruff6-Sep-21 19:48
professionalBillWoodruff6-Sep-21 19:48 
GeneralRe: I don't like code reviews Pin
Super Lloyd6-Sep-21 19:51
Super Lloyd6-Sep-21 19:51 
GeneralRe: I don't like code reviews Pin
BillWoodruff6-Sep-21 20:50
professionalBillWoodruff6-Sep-21 20:50 
GeneralRe: I don't like code reviews PinPopular
OriginalGriff6-Sep-21 20:39
mveOriginalGriff6-Sep-21 20:39 
JokeRe: I don't like code reviews Pin
Richard Deeming6-Sep-21 21:22
mveRichard Deeming6-Sep-21 21:22 
GeneralRe: I don't like code reviews Pin
OriginalGriff6-Sep-21 21:25
mveOriginalGriff6-Sep-21 21:25 
GeneralRe: I don't like code reviews Pin
Jörgen Andersson6-Sep-21 22:31
professionalJörgen Andersson6-Sep-21 22:31 
GeneralRe: I don't like code reviews Pin
BillWoodruff7-Sep-21 3:18
professionalBillWoodruff7-Sep-21 3:18 
GeneralRe: I don't like code reviews Pin
Super Lloyd6-Sep-21 21:35
Super Lloyd6-Sep-21 21:35 
GeneralRe: I don't like code reviews Pin
OriginalGriff6-Sep-21 21:41
mveOriginalGriff6-Sep-21 21:41 
GeneralRe: I don't like code reviews Pin
Super Lloyd6-Sep-21 21:49
Super Lloyd6-Sep-21 21:49 
GeneralRe: I don't like code reviews PinPopular
OriginalGriff6-Sep-21 21:53
mveOriginalGriff6-Sep-21 21:53 
GeneralRe: I don't like code reviews Pin
Eric Lapouge8-Sep-21 2:37
Eric Lapouge8-Sep-21 2:37 
GeneralRe: I don't like code reviews Pin
Slacker0076-Sep-21 21:39
professionalSlacker0076-Sep-21 21:39 
GeneralRe: I don't like code reviews Pin
Super Lloyd6-Sep-21 21:52
Super Lloyd6-Sep-21 21:52 
GeneralRe: I don't like code reviews Pin
Slacker0076-Sep-21 21:49
professionalSlacker0076-Sep-21 21:49 
GeneralRe: I don't like code reviews Pin
Super Lloyd6-Sep-21 22:48
Super Lloyd6-Sep-21 22:48 

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.