17:49
<ptomato>
is there a preferred convention for single-line vs multi-line if statements in ecma262?
17:50
<ptomato>
  1. If ? SomethingBad(input) is true, throw a TypeError exception.

vs

  1. If ? SomethingBad(input) is true, then
    a. Throw a TypeError exception.
18:01
<Michael Ficarra>
there's a bunch of guidelines in our editorial conventions: https://github.com/tc39/ecma262/wiki/Editorial-Conventions#algorithm-conventions