this post was submitted on 24 Feb 2025
792 points (99.5% liked)

Programmer Humor

20831 readers
1398 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
[–] ilinamorato@lemmy.world 30 points 4 days ago

At 11:00 in the evening, there are two options for what they're dealing with. Either:

  1. They have made precisely no headway whatsoever in actually solving the bug, or
  2. They have fixed the bug, but the debugging made them go "---wait, how did that ever work in the first place?!"

If it's #1, odds are pretty good that there's a random debug step they put in at 9:08 in the morning that's screwing everything up now. If it's #2, odds are pretty good that it actually didn't work before, and now they've got to go back through the last six months of data and rectify it to fix that bug.