Hacker News new | ask | show | jobs
by quickthrower2 1022 days ago
any (concept not keyword) is useful when you NPM install something without types and just do a define module in a local .d.ts. You are implicitly any-ifying that package.
1 comments

I'm referring to people who get frustrated and use 'any' as an escape. Especially in programs they write themselves. That's just incompetence.
Yes I haven’t needed to do that. Typescript is very expressive.