You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your central controllers (controllers/index.js) file is really good, I can tell immediately what's going on from reading it. Very clear!
Also nice that you've removed some functions from immediate view, as with controllers/behaviour.js.
Could be neatened up by abstracting the controllers into separate files, like you have for the client and server routes imported from the error.js file.
Then you could easily see all your routes at one glance, e.g.
Pronounced row-ter of course ;)
Your central controllers (controllers/index.js) file is really good, I can tell immediately what's going on from reading it. Very clear!
Also nice that you've removed some functions from immediate view, as with controllers/behaviour.js.
Could be neatened up by abstracting the controllers into separate files, like you have for the client and server routes imported from the error.js file.
Then you could easily see all your routes at one glance, e.g.
The text was updated successfully, but these errors were encountered: