this post was submitted on 30 Jan 2025
323 points (97.4% liked)

Programmer Humor

21397 readers
644 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
323
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/programmer_humor
 

Have to add that we work exclusively in strongly-typed languages. Kinda want to see how it plays out, but I can't help but argue with him, so I think I'll just go.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 month ago* (last edited 1 month ago)

why is there no switch to enable type checking at runtime?

Have you got problems this would solve? I've done a lot of type annotated Python at scale and I can't think of an example.

Edit: given nobody in their right mind allows code that's not checker clean.