Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict redundant parentheses #72

Closed
14 tasks done
adityatrivedi opened this issue Jun 28, 2015 · 0 comments
Closed
14 tasks done

Restrict redundant parentheses #72

adityatrivedi opened this issue Jun 28, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@adityatrivedi
Copy link
Member

Do not use parentheses around:

  • control flow constructs
    • for
    • while
    • repeat while
    • if
    • switch
    • guard
  • exception handling constructs
    • throw
    • catch
  • collections
    • array items
    • dictionary items
  • initializer
@adityatrivedi adityatrivedi added this to the Sprint 3 milestone Jun 28, 2015
@adityatrivedi adityatrivedi changed the title Restrict redundant parentheses Restrict redundant parentheses ⚙ Jun 28, 2015
@adityatrivedi adityatrivedi changed the title Restrict redundant parentheses ⚙ Restrict redundant parentheses Jun 28, 2015
@adityatrivedi adityatrivedi self-assigned this Jun 28, 2015
adityatrivedi added a commit that referenced this issue Jul 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants