Click here to Skip to main content
15,898,036 members

Survey Results

Do you use full variable names in trivial lambda expressions?

Survey period: 24 Aug 2015 to 31 Aug 2015

eg "Items.Select(x => x.Id)" vs "Items.Select(product => product.ID)". Are you brief or expressive?

OptionVotes% 
I tend to use short (eg single letter) variable names in throw-away lambda expressions.54039.16
It depends on the context or complexity of the lambda40429.30
I tend to use full variable names for lambda expressions21315.45
I don't use lambda expressions22216.10



 
GeneralRe: Make readability a habit Pin
PIEBALDconsult24-Aug-15 4:48
mvePIEBALDconsult24-Aug-15 4:48 
GeneralRe: Make readability a habit Pin
Jörgen Andersson24-Aug-15 7:02
professionalJörgen Andersson24-Aug-15 7:02 
GeneralRe: Make readability a habit Pin
CDP180224-Aug-15 7:48
CDP180224-Aug-15 7:48 
GeneralNice feature BUT ... Pin
KarstenK24-Aug-15 0:50
mveKarstenK24-Aug-15 0:50 
GeneralAll code should pass the 3 and 10 test Pin
Duncan Edwards Jones23-Aug-15 23:47
professionalDuncan Edwards Jones23-Aug-15 23:47 
GeneralRe: All code should pass the 3 and 10 test PinPopular
Johnny J.24-Aug-15 1:10
professionalJohnny J.24-Aug-15 1:10 
GeneralRe: All code should pass the 3 and 10 test Pin
Paul Conrad24-Aug-15 11:17
professionalPaul Conrad24-Aug-15 11:17 
GeneralRe: All code should pass the 3 and 10 test Pin
Nelek29-Aug-15 7:36
protectorNelek29-Aug-15 7:36 
Then instead of the question:

"Could I read and understand this code at 3am after 10 cups of coffee?"

it should be:

"Could I read and understand any code at 3am after 10 beer?"

If the answer is yes... the probability to get a job here were I live would increase
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.

GeneralRe: All code should pass the 3 and 10 test Pin
Paul Conrad29-Aug-15 8:41
professionalPaul Conrad29-Aug-15 8:41 
GeneralRe: All code should pass the 3 and 10 test Pin
Pualee24-Aug-15 8:28
Pualee24-Aug-15 8:28 
GeneralRe: All code should pass the 3 and 10 test Pin
Duncan Edwards Jones24-Aug-15 8:33
professionalDuncan Edwards Jones24-Aug-15 8:33 
GeneralWhy stop at anonymous lambda's? Pin
Sander Rossel23-Aug-15 22:40
professionalSander Rossel23-Aug-15 22:40 
GeneralRe: Why stop at anonymous lambda's? Pin
OriginalGriff23-Aug-15 23:07
mveOriginalGriff23-Aug-15 23:07 
GeneralRe: Why stop at anonymous lambda's? Pin
Kevin McFarlane25-Aug-15 3:02
Kevin McFarlane25-Aug-15 3:02 
GeneralRe: Why stop at anonymous lambda's? Pin
Rob Grainger26-Aug-15 22:26
Rob Grainger26-Aug-15 22:26 
GeneralRe: Why stop at anonymous lambda's? Pin
Kevin McFarlane26-Aug-15 23:43
Kevin McFarlane26-Aug-15 23:43 
GeneralRe: Why stop at anonymous lambda's? Pin
Nicholas Marty27-Aug-15 1:02
professionalNicholas Marty27-Aug-15 1:02 
GeneralRe: Why stop at anonymous lambda's? Pin
W Balboos, GHB24-Aug-15 3:27
W Balboos, GHB24-Aug-15 3:27 
GeneralRe: Why stop at anonymous lambda's? Pin
Sander Rossel24-Aug-15 3:32
professionalSander Rossel24-Aug-15 3:32 

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.