this post was submitted on 14 Oct 2023
1136 points (98.0% liked)

Programmer Humor

32453 readers
989 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 71 points 1 year ago* (last edited 1 year ago) (3 children)

Relatable.

Except it's missing:

5b. Try 100 different things, none of which fix it and several of which will create other problems later

[–] [email protected] 19 points 1 year ago

Why, now is as good a time as any to repay some technical debt and get sidetracked into refactoring that code that's been bothering you.

[–] [email protected] 13 points 1 year ago (1 children)

"Why is this buggy piece of shit trying to force TLS without it being enabled in the config!?"

"Oh because I hardcoded it in 3 months ago."

[–] [email protected] 9 points 1 year ago

I blame libraries I use for being buggy garbage just to later find out that the problem was caused by me overriding the libraries. Whoops.

[–] [email protected] 2 points 1 year ago

Also the part where someone else wrote the code 20 years ago, and they haven't worked for the co for 19 years. And now you have to find a bug that makes no sense, with no idea how he even compiled the code. You work on it for 3 months and every day someone's riding your ass about it till they finally say well, let's put it in the backburner.