OsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 12 days agoparseInt(5)lemmy.mlimagemessage-square66linkfedilinkarrow-up1500arrow-down16
arrow-up1494arrow-down1imageparseInt(5)lemmy.mlOsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 12 days agomessage-square66linkfedilink
minus-squaremiellabylinkfedilinkarrow-up22arrow-down1·12 days agoI’ve seen code in my workplace using parseInt to round JS Number. Made me cringe coming from system programing but I didn’t see the danger. It’s sad the only way to prevent such a bad code in production is to use transpilers.
I’ve seen code in my workplace using parseInt to round JS Number. Made me cringe coming from system programing but I didn’t see the danger.
It’s sad the only way to prevent such a bad code in production is to use transpilers.