callmepk@lemmy.world to Programmer Humor@lemmy.ml · il y a 1 anMe, migrating my code from JavaScript to TypeScript:lemmy.worldimagemessage-square32fedilinkarrow-up1335arrow-down114
arrow-up1321arrow-down1imageMe, migrating my code from JavaScript to TypeScript:lemmy.worldcallmepk@lemmy.world to Programmer Humor@lemmy.ml · il y a 1 anmessage-square32fedilink
minus-squarePoopMonster@lemmy.worldlinkfedilinkarrow-up42·il y a 1 anJust 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-squaremaster5o1@lemmy.nzlinkfedilinkarrow-up7·il y a 1 anoh 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’].