this post was submitted on 19 Mar 2024
1299 points (98.9% liked)

Programmer Humor

19147 readers
1169 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
[โ€“] [email protected] 28 points 5 months ago (1 children)

I've straight up ripped code from StackOverflow that worked... But I had no idea why or how it worked ๐Ÿ˜‚ I taught myself Go and I'm decent at it, one of my coworkers was a former professional programmer who knew C and could fumble his way through Go. I later told him I had no idea what some of the code did because I did the old copy and paste and he just said "I knew you did" ๐Ÿ˜‚

[โ€“] [email protected] 13 points 5 months ago* (last edited 5 months ago)

When someone copies from stack overflow, a reviewer's first question should be "did you copy the question or the answer?"