9 points
Yes if you use type annotations. Languages like Python and Typescript end up resorting to “Any” types a lot of the time, which breaks any kind of theorem proving you might have otherwise benefited from.
4 points
I know Java developers that are addicted to Object. Hit them over the head with an ensmarttening stick and reject their PRs.
7 points