this post was submitted on 24 Nov 2023
902 points (98.0% liked)

Programmer Humor

19147 readers
1212 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 9 months ago (5 children)

Every time I hear this from one of my devs under me I get a little more angry. Such a meaningless statement, what are you gonna do, hand your pc to the fucking customer?

[–] [email protected] 33 points 9 months ago

It's not actually meaningless. It means "I did test this and it did work under certain conditions." So maybe if you can determine what conditions are different on the customer's machine that'll give you a clue as to what happened.

The most obscure bug that I ever created ended up being something that would work just fine on any machine that had at any point had Visual Studio 2013 installed on it, even if it had since had it uninstalled (it left behind the library that my code change had introduced a hidden dependency on). It would only fail on a machine that had never had Visual Studio 2013 installed. This was quite a few years back so the computers we had throughout the company mostly had had 2013 installed at some point, only brand new ones that hadn't been used for much would crash when it happened to touch my code. That was a fun one to figure out and the list of "works on this machine" vs. "doesn't work on that machine" was useful.

[–] platypode 24 points 9 months ago* (last edited 9 months ago) (1 children)

doesn't understand that this is a useful first step in debugging

reacts with anger when devs don't magically have an instant fix to a vague bug

Yep, that's a manager

[–] [email protected] 3 points 9 months ago

You are seeing the next CEO of that company

[–] [email protected] 18 points 9 months ago

...yes? I thought we made that clear with containerization

[–] [email protected] 3 points 9 months ago

"my devs under me"

Lols.