Click here to Skip to main content
15,891,316 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: CCC - 2021-09-07 - WINNER! Pin
musefan6-Sep-21 23:19
musefan6-Sep-21 23:19 
GeneralRe: CCC - 2021-09-07 Pin
BernardIE53177-Sep-21 5:27
BernardIE53177-Sep-21 5:27 
GeneralRe: CCC - 2021-09-07 Pin
OriginalGriff7-Sep-21 6:04
mveOriginalGriff7-Sep-21 6:04 
GeneralRe: CCC - 2021-09-07 Pin
musefan7-Sep-21 6:12
musefan7-Sep-21 6:12 
GeneralRe: CCC - 2021-09-07 Pin
DerekT-P7-Sep-21 8:54
professionalDerekT-P7-Sep-21 8:54 
GeneralRe: CCC - 2021-09-07 Pin
pkfox7-Sep-21 10:33
professionalpkfox7-Sep-21 10:33 
GeneralRe: CCC - 2021-09-07 Pin
DerekT-P7-Sep-21 22:25
professionalDerekT-P7-Sep-21 22:25 
GeneralI don't like code reviews Pin
Super Lloyd6-Sep-21 16:45
Super Lloyd6-Sep-21 16:45 
ok, sometimes there are very good comments...

but every time the reviews are waaaaay too slow. and very often there are comments which are both useless, antagonistic and a big waste of time...

for example I don't see the point of long variable name nor do I like them, particularly for a short liner like
C#
double Value
{
  get
  {
     var x = Calculation();
     return flag ? x : 2 * x;
  }
}
And have to wait a few more hours because I was told 'not to use short variable name'.
Unsure I renamed 'x' to 'aNumber', but that irks me...

On top of that, that might be just me with my bad memory, but I find long variable name harder to read! OMG | :OMG:
For example a simple expression like a = b + c
can confuse me if you write instead myobjectBlu = aCycleValueOrdinal + meteorStrikeOffsetTime.
Why they not care about making the code easier to understand?! Cry | :((

ok, ok, I need to get over it. just venting here! Laugh | :laugh:

Joke aside, you might like long variable name, but you won't convince me. save everyone's time and let's just agree to disagree. Or disagree to disagree, if you prefer...

EDIT
Upon reflection, I might be part of a minority of people with reading disability.. Cry | :((
When reading long sentence I am skipping words and filling in by guess. Similarly long line of C# requires me multiple reading. And it kind of depends on the overall number of character, not words...

So I guess normal people comes with their usually suck it up, I am fine... Sigh | :sigh:
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!


modified 7-Sep-21 2:40am.

GeneralRe: I don't like code reviews PinPopular
David O'Neil6-Sep-21 17:42
professionalDavid O'Neil6-Sep-21 17:42 
GeneralRe: I don't like code reviews Pin
Super Lloyd6-Sep-21 19:30
Super Lloyd6-Sep-21 19:30 
GeneralRe: I don't like code reviews Pin
BillWoodruff6-Sep-21 23:36
professionalBillWoodruff6-Sep-21 23:36 
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 
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 

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.