-
jaffathecake Haha, this! This applies to so-so much. I even find myself doing
const int = ~~valueand then immediately slapping myself because a) it's unreadable, b) it's a stupid perf thing from over a decade ago, c) even if there is a benefit, it's going to be negligible over Math.floor.