this post was submitted on 07 Jul 2026
800 points (99.0% liked)

Programmer Humor

32192 readers
1282 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Earthwormjim91@lemmy.world 1 points 1 day ago (1 children)

Yeah that’s what the MRs are supposed to be for. To catch those and proofread.

There shouldn’t be any changes at all from the last test to going to production though. Even cleaning up comments.

[–] BassTurd@lemmy.world 1 points 1 day ago (1 children)

Correct. I'm just saying that I proof read my work, that I deploy things, and that I don't proof read my texts.

[–] Earthwormjim91@lemmy.world 2 points 1 day ago

No I got that. I’m saying that by the time the prod deploy comes around, there’s no proofreading left to do anyway.

Not proofreading texts should have zero bearing on being able to write and deploy software because it should be proofread several times before the actual prod deployment. Hell it very likely isn’t even the same person doing the deployment that wrote the code.