this post was submitted on 05 Jun 2025
443 points (98.9% liked)

Programmer Humor

23842 readers
2279 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
[–] 30p87@feddit.org 6 points 1 day ago (1 children)

Until you don't properly check the diff, a +/- or </=/>/<=/>= was reversed, and you now have an RCE in test, soon to be in prod.

[–] pennomi@lemmy.world 3 points 1 day ago

What kind of moron doesn’t check the diff? Plus, modern AI coding tools explicitly show the diff and ask you to confirm each edit directly.

I wouldn’t let a human muck about in my code unchecked, much less an AI. But that doesn’t mean it’s useless.