d/typescriptAahmadAug 10, 2026
Is `any` ever acceptable in a codebase with strict mode?

I get the purity argument, but sometimes a third-party library has types so broken that any is the pragmatic choice. Where do you personally draw the line between pragmatism and type safety?

18
0 comments

Comments (0)

Is `any` ever acceptable in a codebase with strict mode? | DevsHub