-
Notifications
You must be signed in to change notification settings - Fork 22
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
Code quality improvements #18
Comments
levino
added a commit
to levino/node-figo
that referenced
this issue
Jul 5, 2016
levino
added a commit
to levino/node-figo
that referenced
this issue
Jul 5, 2016
levino
added a commit
to levino/node-figo
that referenced
this issue
Jul 5, 2016
JeremyCraigMartinez
added a commit
that referenced
this issue
Jul 13, 2016
Improving code related to #18
Issue resolved: 5cffdbd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://github.com/figo-connect/node-figo/blob/master/lib/figo.js#L115 and following:
Currently (wrong):
Better:
See also:
http://nodeguide.com/style.html#return-statements
The text was updated successfully, but these errors were encountered: