this post was submitted on 03 Dec 2025
817 points (99.0% liked)

Programmer Humor

27635 readers
901 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
[โ€“] rikudou@lemmings.world 9 points 1 day ago (1 children)

Today I removed some functions and moved some code to separate services and being the lazy guy I am, I told it to update the tests so they no longer fail. The idiot pretty much undid my changes and updated the code to something very much resembling the original version which I was refactoring. And the fucker did it twice, even with explicit instructions to not do it.

[โ€“] chunkystyles@sopuli.xyz 4 points 21 hours ago

I have heard of agents deleting tests or rewriting them to be useless like 'assert(true)'.