generated from harakeke-2020/boilerplate-react-webpack
-
Notifications
You must be signed in to change notification settings - Fork 4
Coding style guide
Jared James edited this page Mar 2, 2020
·
3 revisions
Please use the following ESLint configuration:
https://gist.github.com/don-smith/c4221c577aa58410e4e2c7dd54370492
- This is to ensure the project always runs and can continue to be deployed
- Ensures a cohesive structured codebase
all server-side routes should include error-handling, with appropriate HTTP status codes.
- Send a generic message to the client
- console.log the error to the server