this post was submitted on 20 Dec 2024
700 points (98.7% liked)

Programmer Humor

32716 readers
635 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] 4 points 1 day ago (1 children)

Tests? The only test is if it segfaults or not and does the thing ๐Ÿ™ƒ๐Ÿ˜. Thank you for the information.

[โ€“] [email protected] 9 points 1 day ago

The other day I was updating something and a test failed. I looked at it and saw I had written it, and left a comment that said like "{Coworker} says this test case is important". Welp. He was right. Was a subtle wrong that could've gone out to customers, but the wrong stayed just on my local thanks to that test.