callmepk@lemmy.world to Programmer Humor@lemmy.ml · 3 years agoMe, migrating my code from JavaScript to TypeScript:lemmy.worldimagemessage-square39linkfedilinkarrow-up1334
arrow-up1334imageMe, migrating my code from JavaScript to TypeScript:lemmy.worldcallmepk@lemmy.world to Programmer Humor@lemmy.ml · 3 years agomessage-square39linkfedilink
minus-squarefusio@lemmy.worldlinkfedilinkarrow-up19·3 years agothis is terrible advise - you should be using unknown. using any you’re basically disabling TS and will be under the false assumption that your code is ok while it’s most likely missing a lot of runtime checks
this is terrible advise - you should be using
unknown. usinganyyou’re basically disabling TS and will be under the false assumption that your code is ok while it’s most likely missing a lot of runtime checks