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

Explicitely state all semicolons #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gagern
Copy link

@gagern gagern commented Nov 18, 2014

This avoids relying on automatic semicolon insertion, to make the code cleaner and avoid pitfalls. The svd module in particular had many unterminated lines, likely due to its Python heritage. The insertion places were identified by JSHint.

This avoids relying on automatic semicolon insertion, to make the code
cleaner and avoid pitfalls.  The svd module in particular had many
unterminated lines, likely due to its Python heritage.  The insertion places
were identified by JSHint.
gagern added a commit to CindyJS/CindyJS that referenced this pull request Sep 8, 2015
Requested a similar change upstream:
sloisel/numeric#60

This will make the syntax more readable in general, and will avoid error
messages due to break statements without semicolon.
montaga pushed a commit to montaga/CindyJS that referenced this pull request Oct 16, 2015
Requested a similar change upstream:
sloisel/numeric#60

This will make the syntax more readable in general, and will avoid error
messages due to break statements without semicolon.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant