I never understood why most people seem to format their shorthand if statements like this. The alternative seems to make much more sense.
This gets even worse with nested conditions, take this TypeScript type for example. Both 'FirstCondition' and "first yes" start with a questionmark. blegh