rockerest’s avatarrockerest’s Twitter Archive—№ 14,313

    1. I still fail to understand any push for removing semis. It's literally one keypress. The ONLY result from removing them is your code is more fragile. The ONLY result from leaving them in is line termination is obvious and unambiguous. How is this even a question? getify/1272963446724800513
  1. …in reply to @rockerest
    What I'm saying here is: this is not a question of style. If you leave semicolons out of JavaScript you are writing worse code. Hard stop.