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

Modularising #43

Open
baa1i opened this issue Aug 2, 2019 · 0 comments
Open

Modularising #43

baa1i opened this issue Aug 2, 2019 · 0 comments
Labels
Tip Just a suggestion

Comments

@baa1i
Copy link

baa1i commented Aug 2, 2019

This is only a tip!

Your project is well modularised 😄.

However since your projects are only going to get bigger, start thinking of how you going to modularise your projects going forward.

How you modularise is entirely up to you!!! But think about using folders. For example if you lets say have 10 handlers that all do different things instead of having them all in a handler.js file you could perhaps have a handlers folder and inside this folder then have each handler as its own file (handlePublic.js, handleAPI, Handle).

Again, this is only a tip! But a nicely structured project will make it easy for everyone to read your codebase.

@baa1i baa1i added the Tip Just a suggestion label Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tip Just a suggestion
Projects
None yet
Development

No branches or pull requests

1 participant