this post was submitted on 29 Mar 2024
911 points (97.1% liked)

Programmer Humor

32000 readers
775 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 64 points 5 months ago (3 children)

The difference between a junior and senior developer is that a senior developer actually understands what he's copy pasting

[–] [email protected] 10 points 5 months ago (2 children)

Pretty much. I try to tell juniors that the things I'm teaching you is things I made a mistake on. I have a decade of failure and I'm trying to help you shortcut it.

[–] [email protected] 1 points 5 months ago

But as soon as someone gets to an intermediate level and start thinking for themself and make those exact same mistakes.

"We've been doing things wrong this whole time! I figured out a better way!" Then spend a lot of time implementing the "better" way only to find out it performs like shit and actually takes more work to implement and maintain anything.

Everyone has to do that at least once.

[–] [email protected] 1 points 5 months ago

That approach never sinks in with anyone I train. They seem to remember that I told them something about something so they do that not remembering I said not to do that.

[–] [email protected] 9 points 5 months ago

I'm a senior developer and I rarely copy and paste... I'll sometimes look at some other code to get ideas, but I retype it. It helps me understand the code, and I can refractor it or write it differently as I go.

[–] [email protected] 3 points 5 months ago

But who's the guy that originally wrote the code that everyone else is copy pasting? I think Nathan Kellert desires THAT level of expertise.