rem’s avatarrem’s Twitter Archive—№ 77,187

  1. …in reply to @jaffathecake
    jaffathecake Haha, this! This applies to so-so much. I even find myself doing const int = ~~value and 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.