Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Think modular! #6

Open
NataliaLKB opened this issue Mar 18, 2015 · 0 comments
Open

Think modular! #6

NataliaLKB opened this issue Mar 18, 2015 · 0 comments

Comments

@NataliaLKB
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant