Open tdoran opened 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 ?
body
bod
jsonBod
parsedBod
https://github.com/fac-13/jeth/blob/55aa475205ea69a649432a9c9cfd0b7e1854d083/src/handlers.js#L47
V v minor readability/stylistic thing - but might be worth having more descriptive variable names in the below section: you have
body
andbod
referring to the body in JSON format and parsed format. MaybejsonBod
andparsedBod
?https://github.com/fac-13/jeth/blob/55aa475205ea69a649432a9c9cfd0b7e1854d083/src/handlers.js#L47