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