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

Variable naming #38

Open
tdoran opened this issue Mar 29, 2018 · 0 comments
Open

Variable naming #38

tdoran opened this issue Mar 29, 2018 · 0 comments

Comments

@tdoran
Copy link

tdoran commented Mar 29, 2018

V v minor readability/stylistic thing - but might be worth having more descriptive variable names in the below section: you have body and bod referring to the body in JSON format and parsed format. Maybe jsonBod and parsedBod ?

const bod = JSON.parse(body);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants