169
Labels go brrrr
(lemm.ee)
Post funny things about programming here! (Or just rant about your favourite programming language.)
And as for your specific question: typechecked code doesn't get to production with a type error; it won't compile. There's a common phrase, "left-shifting errors". It means catching bugs as early in the development cycle as possible. In terms of things like developer time (and patience), it's far more cost-effective to do so.