this post was submitted on 11 Apr 2025
1180 points (99.4% liked)

Programmer Humor

23252 readers
1204 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] firelizzard 25 points 1 month ago* (last edited 1 month ago) (16 children)

If you’re adding code you don’t understand to a production system you should be fired

Edit: I assumed it was obvious from context that I’m referring to copy-pasting code from stack overflow or an LLM or whatever without knowing what it does but apparently that needs to be said explicitly.

[–] JackbyDev 14 points 1 month ago (1 children)

Many times the code we work on is built in abstractions we don't know about from top to bottom.

[–] firelizzard 1 points 1 month ago

If you are submitting work, you should understand how the code you're submitting works. Sure, you don't have to know exactly how the code it calls works, but if you're submitting code and there's a block of code and you have no clue how that block works, that's a problem.

load more comments (14 replies)