this post was submitted on 03 Sep 2024
843 points (99.4% liked)

Programmer Humor

32041 readers
936 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
[โ€“] chad@sh.itjust.works 24 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

I'm a contractor at a rocket launch service provider. The final build of the ground control software is compiled and deployed to the launch pad with debug flags enabled because of a "fly like you test" mandate.

Millions of dollars and tons of time invested by brilliant people are riding on rockets that are launched using software with debug flags because of an "if it ain't broke don't fix it" mentality and archaic test strategies.

[โ€“] henfredemars@infosec.pub 13 points 2 weeks ago* (last edited 2 weeks ago)

I've worked on ground systems and it's actually come in handy two times in five years, usually where we had a hard-to-reproduce bug. Getting the info when the problem happens can occasionally be all the difference.

Addendum: And usually we didn't care about performance. Basically never.