@callmepk to Programmer [email protected] • 1 year agoMe, migrating my code from JavaScript to TypeScript:imagemessage-square28arrow-up1355arrow-down114
arrow-up1341arrow-down1imageMe, migrating my code from JavaScript to TypeScript:@callmepk to Programmer [email protected] • 1 year agomessage-square28
minus-squarefusiolink12•1 year 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… :/