this post was submitted on 06 Jan 2024
791 points (96.4% liked)

Programmer Humor

31812 readers
548 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] 20 points 7 months ago* (last edited 7 months ago) (2 children)

I mean, runtimes can be a legit reason to say something's not working.

[–] [email protected] 14 points 7 months ago

But it does work. Eventually.

Really, I fixed it because we're doing an OS upgrade and I didn't want to wait 2h every time I spun up a new instance to test a change.

[–] [email protected] 1 points 7 months ago

that's the problem with the 'its working' argument.

if you hadn't touched the working code you might have missed the performance issue to begin with.