KainosSoftwareLtd / project-dashboard

Digital Project Dashboard.
MIT License
1 stars 1 forks source link

Feature/code refactoring #6

Closed adrianz-kainos closed 8 years ago

xjedam commented 8 years ago

Nice one! Perhaps to further improve separation and readability we could separate route definition from application logic by extracting all logic from routes.js into new file controllers.js, and leave only routes in routes.js?