Do not use parentheses around: - [x] control flow constructs - [x] `for` - [x] `while` - [x] `repeat while` - [x] `if` - [x] `switch` - [x] `guard` - [x] exception handling constructs - [x] `throw` - [x] `catch` - [x] collections - [x] `array items` - [x] `dictionary items` - [x] `initializer`