this post was submitted on 24 Sep 2024
829 points (98.7% liked)

Programmer Humor

20383 readers
1072 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 4 months ago* (last edited 4 months ago) (1 children)

Its funny cause its true. I often design tests to be "if a case/enum value is added this test will explode and tell them to add code here"

[–] [email protected] 8 points 4 months ago (1 children)

This is why I like strong type systems with exhaustivity checks

[–] [email protected] 2 points 4 months ago* (last edited 4 months ago) (1 children)

Saaaaame. But sometimes even strongly typed stuff wont break on compilation time

[–] [email protected] 1 points 4 months ago

'spose that's true enough