@callmepk@lemmy.world to Programmer Humor@lemmy.ml • 2 years agoMe, migrating my code from JavaScript to TypeScript:lemmy.worldimagemessage-square32fedilinkarrow-up1339arrow-down114
arrow-up1325arrow-down1imageMe, migrating my code from JavaScript to TypeScript:lemmy.world@callmepk@lemmy.world to Programmer Humor@lemmy.ml • 2 years agomessage-square32fedilink
minus-square@PoopMonster@lemmy.worldlinkfedilink42•2 years agoJust as irritating as seeing people use linters only to have a lot of files with @ts-ignore all over the place… Like why even bother?
minus-square@master5o1@lemmy.nzlinkfedilink6•2 years agooh you’ve got a private variable that I want to use? No worries, (foo as any)[‘secret’].
Just as irritating as seeing people use linters only to have a lot of files with @ts-ignore all over the place… Like why even bother?
oh you’ve got a private variable that I want to use? No worries, (foo as any)[‘secret’].