Click here to Skip to main content
15,896,269 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.

 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
Harrison Pratt30-May-18 1:22
professionalHarrison Pratt30-May-18 1:22 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
W Balboos, GHB30-May-18 1:31
W Balboos, GHB30-May-18 1:31 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
Pete O'Hanlon30-May-18 1:39
mvePete O'Hanlon30-May-18 1:39 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
Member 1236478830-May-18 1:49
Member 1236478830-May-18 1:49 
GeneralRe: Dumbing down code so it can be maintained by junior devs Pin
Leng Vang30-May-18 6:53
Leng Vang30-May-18 6:53 
GeneralRe: Dumbing down code so it can be maintained by junior devs Pin
DerekT-P30-May-18 9:44
professionalDerekT-P30-May-18 9:44 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
foo210030-May-18 2:01
foo210030-May-18 2:01 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
Member 1352703330-May-18 2:47
Member 1352703330-May-18 2:47 
I would say if the code isn't easy to read, then all the devs should read clean code and working with legacy code. Doesn't matter how complex the logic is, it should be readable or you're doing devs who read your code a disservice. Long chained linq is an abomination. You should decompose it to individual functions that return IQueryable that have a name that describe what it does, so the original linq reads like a nice sentence. Devs spend 90% of the time reading code, not writing it. Shouldn't you write it so 90% of the rest of your job is easier and make everybody more efficient and a better developer?
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
Donald Woodford30-May-18 3:07
Donald Woodford30-May-18 3:07 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
Kirk 1038982130-May-18 3:40
Kirk 1038982130-May-18 3:40 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
Steve Naidamast30-May-18 4:01
professionalSteve Naidamast30-May-18 4:01 
GeneralRe: Dumbing down code so it can be maintained by junior devs Pin
Leng Vang30-May-18 5:59
Leng Vang30-May-18 5:59 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
Gary Huck30-May-18 4:13
Gary Huck30-May-18 4:13 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
sasadler30-May-18 4:32
sasadler30-May-18 4:32 
GeneralRe: Dumbing down code so it can be maintained by junior devs Pin
Leng Vang30-May-18 5:56
Leng Vang30-May-18 5:56 
GeneralRe: Dumbing down code so it can be maintained by junior devs Pin
sasadler30-May-18 8:24
sasadler30-May-18 8:24 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
Bruce Patin30-May-18 4:51
Bruce Patin30-May-18 4:51 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
ClockMeister30-May-18 4:55
professionalClockMeister30-May-18 4:55 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
RandyBuchholz30-May-18 5:23
RandyBuchholz30-May-18 5:23 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
Leng Vang30-May-18 5:51
Leng Vang30-May-18 5:51 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
Slow Eddie30-May-18 7:28
professionalSlow Eddie30-May-18 7:28 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
Gerry Schmitz30-May-18 11:06
mveGerry Schmitz30-May-18 11:06 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
Greg Lovekamp30-May-18 11:53
professionalGreg Lovekamp30-May-18 11:53 
AnswerRe: Dumbing down code so it can be maintained by junior devs Pin
Munchies_Matt31-May-18 1:59
Munchies_Matt31-May-18 1:59 
GeneralThought of the Day Pin
OriginalGriff29-May-18 4:38
mveOriginalGriff29-May-18 4:38 

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.