Home - groenlid/Uranime-api GitHub Wiki
Code standard
Require routes from in app.js and send app object in so that the routes themselves can do app.get('path');
Things that should be prioritized
- Clean up the api, structuring (Calixuss has already started a branch for this)
- Use promise library Q whenever dealing with asyncronus operations
- Testing with mocha. Restructure the mocha testing to use promises instead of setTimeout.