FAC9 / the-badgerer

For the Curious Learned Badger
http://the-badgerer.herokuapp.com/
1 stars 1 forks source link

naming of dbrequest functions #127

Closed SavageWilliam closed 7 years ago

SavageWilliam commented 7 years ago

Much like in deleteReviewHandler.js, where you've called your deletereview dbRequest function 'deleteReview' which is nice and semantic :)

...In addReviewHandler.js you require the request function in and call it 'Reviews' - not so obvious what this is, also Caps are generally used for the naming of modules rather than required functions.