this post was submitted on 12 Sep 2023
836 points (98.9% liked)

Programmer Humor

21487 readers
1540 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
[–] evatronic@lemm.ee 30 points 2 years ago (2 children)

The one I hate? Your unit tests pass when run locally, and in your sandbox environment, and in dev, and in UAT, but prod? Fuck that, failing with reckless abandon.

[–] koper@feddit.nl 6 points 2 years ago (1 children)

Unit tests or integration tests?

[–] SomeKindaName@lemmy.world 2 points 2 years ago

Are you kidding me? Tests in prod? Hopefully that means you didn't fully roll out. That means someone didn't get a 3am page.

This sounds like a god-damned resounding success.