▲ 3 points
Ask HN: Why is it so bad to use any in TypeScript?
I actually think Typescript is valuable asset when it comes to finding issues in my code early.
But often I find myself spending a considerable amount of time trying to make the compiler happy in situations where I think it is not that important. Mostly this is the case in which dynamically typed languages shine.