callmepk@lemmy.worlddeleted by creator to Programmer Humor@lemmy.ml · 3 years agoMe, migrating my code from JavaScript to TypeScript:lemmy.worldimagemessage-square30linkfedilinkarrow-up1327arrow-down111
arrow-up1316arrow-down1imageMe, migrating my code from JavaScript to TypeScript:lemmy.worldcallmepk@lemmy.worlddeleted by creator to Programmer Humor@lemmy.ml · 3 years agomessage-square30linkfedilink
minus-squarefusio@lemmy.worldlinkfedilinkarrow-up9·3 years agousing any is actually much worse than using TS, because you’re basically telling the compiler “don’t help me here”… at least with JS the IDE is gonna help you… :/
using
anyis actually much worse than using TS, because you’re basically telling the compiler “don’t help me here”… at least with JS the IDE is gonna help you… :/