this post was submitted on 20 Dec 2024
702 points (98.6% liked)

Programmer Humor

32715 readers
637 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
[โ€“] TimeSquirrel@kbin.melroy.org 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.

[โ€“] jjjalljs@ttrpg.network 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.