this post was submitted on 28 Sep 2023
1250 points (98.2% liked)

Programmer Humor

19302 readers
1319 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] HiddenLayer5@lemmy.ml 71 points 1 year ago* (last edited 1 year ago) (2 children)

Anyone can copy code. Making the copied code work well in your own codebase, and fixing it when it doesn't, is what requires skill and experience.

[โ€“] Chunk@lemmy.world 27 points 1 year ago

When I was 8 I was making a "video game" (a complete bundle of code trash ๐Ÿ˜‰) and I would copy people's code and everything would melt down. I would spend hours debugging just to realize I needed to pass an extra argument or indent or something.

Today I'm better at my job. I am now the one writing confusing function APIs ๐Ÿ˜ˆ

[โ€“] llama@midwest.social 14 points 1 year ago

It's no exaggeration sometimes it takes a dozen different how-to blogs and stack overflows to find an example where somebody has exactly what you need and nothing more. So many people add so much fluff and unusual structures that the thing they're claiming the code does can't even be found.