Click here to Skip to main content
15,893,814 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
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 
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 
I hate to throw rain on your perceptions but writing code for the least experienced in your team is what you are supposed to be doing.

It is one of the first axioms that maturing developers should be picking up.

The idea that you want to write code your own way using whatever complexities you deem fit only drives the cost of maintaining your applications up.

If everyone in your team is familiar with LINQ for example, than you should be free to use it. If they aren't than you should be using what they do know in its place unless these team members are provided the time to learn how to use such technologiess efficiently.

In addition, code is supposed to be as simplistic as possible so anyone can easily absorb it when it is necessary for new people to pick up on your work.

Most of the so called latest and cool technologies are just fluff or junk technologies that do the same thing we have been doing for years with older, more mature technologies, yet far more complex since the younger professionals seem to be masochistic in their outlooks on what makes up good coding techniques.

Like with Linux, harder and more complex is seemingly better than simple and intuitive... Confused | :confused:
Steve Naidamast
Sr. Software Engineer
Black Falcon Software, Inc.
blackfalconsoftware@outlook.com

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 
GeneralRe: Thought of the Day Pin
megaadam29-May-18 4:46
professionalmegaadam29-May-18 4:46 
GeneralRe: Thought of the Day Pin
lopatir29-May-18 5:00
lopatir29-May-18 5:00 
GeneralRe: Thought of the Day Pin
megaadam29-May-18 5:05
professionalmegaadam29-May-18 5:05 

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.