PracticaDS / pdes-tp-backend-team_prog

pdes-tp-backend-team_prog created by GitHub Classroom
0 stars 0 forks source link

Feature/add testing routes #50

Closed LaimeJesus closed 5 years ago

LaimeJesus commented 5 years ago

More refactors:

LaimeJesus commented 5 years ago

Great! :)

I left some comments about code styling

Here's an extract explaining why I'd defined those methods using function instead of arrow fn:

// @TODO:
// - currently we can't override a parent class method
//   when it's defined as an arrow function
//   https://github.com/expressjs/express/issues/2963

This is a comment in the TestController.js file.