callmepk@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoMe, migrating my code from JavaScript to TypeScript:lemmy.worldimagemessage-square31linkfedilinkarrow-up1334arrow-down113
arrow-up1321arrow-down1imageMe, migrating my code from JavaScript to TypeScript:lemmy.worldcallmepk@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square31linkfedilink
minus-squarefusio@lemmy.worldlinkfedilinkarrow-up11·2 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
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… :/