callmepk@lemmy.world to Programmer Humor@lemmy.ml · 2 年前Me, migrating my code from JavaScript to TypeScript:lemmy.worldimagemessage-square32fedilinkarrow-up1342arrow-down112
arrow-up1330arrow-down1imageMe, migrating my code from JavaScript to TypeScript:lemmy.worldcallmepk@lemmy.world to Programmer Humor@lemmy.ml · 2 年前message-square32fedilink
minus-squarefusio@lemmy.worldlinkfedilinkarrow-up12·2 年前using 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… :/