325
Who put this guy in charge
(ani.social)
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.
You said it's not runtime type checking but then switched to "strict type checking" - those aren't the same. Other person has it right, it has runtime type checking. The type checking happens when running your code. I don't think that's particularly useful, it's pretty much sugar on top of what would throw an error anyway.