-
Notifications
You must be signed in to change notification settings - Fork 0
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
Project Structure #55
Comments
@PandelisZ don't see the need for things to be in a
I like the The above is a common project structure that i've been used in several production products. Up for discussion but I think the above cleans things up a lot and sections purpose to folders 😄 |
Yeah, a middleware folder sounds good. Are middleware and lib an interchangeable title? I'm asking because I'm not 100% familiar with project structures |
Yeah I'm fairly sure they are, a lot of structures technically are the same just use different names :) I've seen the above structure used quite a bit though, we can implement it once these hackathons are over |
Currently it looks a little like this
|auth
|bin
|db
|scripts
|test
I'd like to make it something like
|scripts/ (or lib)
| .. |auth/
| .. | db/
| .. | etc/
|tests/
|bin/
For general readability and ease of imports later on via an optional scripts.js in the root of scripts/
Discuss..
The text was updated successfully, but these errors were encountered: