this post was submitted on 11 Sep 2025
773 points (99.0% liked)

Programmer Humor

26466 readers
1860 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
[–] mnemonicmonkeys@sh.itjust.works 4 points 1 week ago (2 children)

For me I often have a fix in 5 minutes. I just don't have the time to review and push

[–] Agent641@lemmy.world 10 points 1 week ago

Never fix anything in 5 minutes.they will expect you to fix every other problem in the same time.

[–] Whelks_chance@lemmy.world 1 points 1 week ago

The fix might be 5 mins. Figuring out wtf was wrong in the first place is the time consuming bit. Especially if the report doesn't contain a repeatable process to trigger the error condition.