fac-13 / jeth

Find jobs near you :computer:
https://jeth.herokuapp.com/
1 stars 2 forks source link

Variable naming #38

Open tdoran opened 6 years ago

tdoran commented 6 years ago

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 ?

https://github.com/fac-13/jeth/blob/55aa475205ea69a649432a9c9cfd0b7e1854d083/src/handlers.js#L47