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
Great job learning a new framework so quickly! However don't forget to think, and keep your code modular.
If you look in your current server.js you have your routes, handlers, helper functions and some data all in there. I believe it is also over 400 lines long.
It is pretty impressive how much you guys have accomplished, but for maintenance and other developers it is a good rule that if one file is over 200 lines it is a good indication that you should refactor.
Looking forward to seeing this in a couple days!
The text was updated successfully, but these errors were encountered:
Great job learning a new framework so quickly! However don't forget to think, and keep your code modular.
If you look in your current server.js you have your routes, handlers, helper functions and some data all in there. I believe it is also over 400 lines long.
It is pretty impressive how much you guys have accomplished, but for maintenance and other developers it is a good rule that if one file is over 200 lines it is a good indication that you should refactor.
Looking forward to seeing this in a couple days!
The text was updated successfully, but these errors were encountered: