Click here to Skip to main content
15,885,216 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: Copying Code Pin
Jon McKee5-Aug-20 18:42
professionalJon McKee5-Aug-20 18:42 
GeneralRe: Copying Code Pin
Garth J Lancaster5-Aug-20 20:44
professionalGarth J Lancaster5-Aug-20 20:44 
GeneralRe: Copying Code Pin
Peter_in_27805-Aug-20 21:20
professionalPeter_in_27805-Aug-20 21:20 
JokeRe: Copying Code Pin
Daniel Pfeffer5-Aug-20 21:26
professionalDaniel Pfeffer5-Aug-20 21:26 
GeneralRe: Copying Code Pin
  Forogar  7-Aug-20 4:48
professional  Forogar  7-Aug-20 4:48 
GeneralRe: Copying Code Pin
Garth J Lancaster7-Aug-20 18:21
professionalGarth J Lancaster7-Aug-20 18:21 
GeneralRe: Copying Code Pin
Nelek5-Aug-20 19:41
protectorNelek5-Aug-20 19:41 
GeneralRe: Copying Code Pin
Sander Rossel5-Aug-20 22:07
professionalSander Rossel5-Aug-20 22:07 
I once had a coworker who copy pasted EVERYTHING.
Basically, he didn't understand programming, but by copy/pasting (my) code he got by.
At one point I told him to use the Enumerable.Any<T>(Expression<Func<T, bool>>) function for something he needed.
We used Entity Framework and did things like Where(...).Select(...).OrderBy(...) all the time, but Any(...) wasn't used all that much.
So after five minutes this guy's like "Sander, can you help me? How do I use that function?"
And I'm like "What do you mean, how do you use it? It's just a function like all the others..."
He: "Yes, but what's the Expression thing? I don't get it."
Me: "The same you use for Where, Select and OrderBy? WTF | :WTF: "
He checked it out and was flabbergasted at first, that he'd been using Expressions for the past two or so years.
Then he came back because he still didn't get it...
He'd never known about Expressions, just that he put in some random character and then => and then some code where the character was "suddenly" the class he (usually) expected.
E.g. dbContext.Persons.Where(p => p.FirstName == "Amarnath");
He literally didn't get it because instead of "Where" it said "Any" and that, to him, where completely different things.
I think that was when I also found out he thought I invented generics in .NET Laugh | :laugh:

I told him he shouldn't copy paste so much and that if he did he at least had to understand what he copy pasted.
Copy pasting is a right you have to earn by first writing it yourself.
Unfortunately, this guy really couldn't do anything without copy pasting and the legend goes he's still copy pasting to this day and until the end of times Sigh | :sigh:
Other than that he was a nice guy though, he knew his shortcomings so he wasn't an ass about it, we traded lots of music and generally got along well Smile | :)

GeneralRe: Copying Code Pin
pkfox6-Aug-20 0:31
professionalpkfox6-Aug-20 0:31 
GeneralRe: Copying Code Pin
JohaViss616-Aug-20 23:30
professionalJohaViss616-Aug-20 23:30 
GeneralRe: Copying Code Pin
maze37-Aug-20 2:06
professionalmaze37-Aug-20 2:06 
GeneralRe: Copying Code Pin
BryanFazekas7-Aug-20 6:20
BryanFazekas7-Aug-20 6:20 
GeneralRe: Copying Code Pin
Kirk Wood7-Aug-20 8:41
Kirk Wood7-Aug-20 8:41 
NewsStunning News Pin
Super Lloyd5-Aug-20 13:54
Super Lloyd5-Aug-20 13:54 
GeneralRe: Stunning News Pin
Gerry Schmitz5-Aug-20 14:21
mveGerry Schmitz5-Aug-20 14:21 
GeneralRe: Stunning News Pin
User 110609795-Aug-20 14:28
User 110609795-Aug-20 14:28 
GeneralRe: Stunning News Pin
harold aptroot5-Aug-20 15:06
harold aptroot5-Aug-20 15:06 
GeneralRe: Stunning News Pin
Daniel Pfeffer5-Aug-20 15:10
professionalDaniel Pfeffer5-Aug-20 15:10 
GeneralRe: Stunning News Pin
Super Lloyd5-Aug-20 15:44
Super Lloyd5-Aug-20 15:44 
JokeRe: Stunning News Pin
5teveH5-Aug-20 20:16
5teveH5-Aug-20 20:16 
GeneralRe: Stunning News Pin
Super Lloyd5-Aug-20 21:07
Super Lloyd5-Aug-20 21:07 
GeneralI'm about 85% there. Pin
W Balboos, GHB5-Aug-20 7:35
W Balboos, GHB5-Aug-20 7:35 
GeneralRe: I'm about 85% there. Pin
Daniel Pfeffer5-Aug-20 11:34
professionalDaniel Pfeffer5-Aug-20 11:34 
GeneralRe: I'm about 85% there. Pin
Richard Andrew x645-Aug-20 12:53
professionalRichard Andrew x645-Aug-20 12:53 
GeneralRe: I'm about 85% there. Pin
Daniel Pfeffer5-Aug-20 15:06
professionalDaniel Pfeffer5-Aug-20 15:06 

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.