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

Enforce a consistent code style #34

Closed
dracupid opened this issue Mar 23, 2016 · 1 comment
Closed

Enforce a consistent code style #34

dracupid opened this issue Mar 23, 2016 · 1 comment

Comments

@dracupid
Copy link
Contributor

I found some inconsistencies in the code style, especially the space around infix operators.

return element >=10;
return value*2;
return value >= 10;

I think that it will be better to enforce a consistent style in this project, such as JavaScript Standard Style or anything else.

@cht8687
Copy link
Member

cht8687 commented Mar 25, 2016

hi @dracupid, thank you for pointing it out. I will look into this issue.

cht8687 added a commit that referenced this issue Mar 25, 2016
format code by JavaScript Standard Style #34
@cht8687 cht8687 closed this as completed Mar 25, 2016
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

No branches or pull requests

2 participants