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

Programmer Humor

32410 readers
1 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
[–] Moops@lemmy.world 19 points 2 years ago* (last edited 2 years ago) (2 children)

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

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.

[–] FiskFisk33@startrek.website 1 points 2 years 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.