fiveagency / node-seed

Seed for kicking off new projects (currently only backend)
MIT License
3 stars 2 forks source link

Refactor structure with regards to `core` and `shared` #8

Open Hardsix opened 4 years ago

Hardsix commented 4 years ago

Most likely proposal: /core for code reused throughout project, should depend on nothing in the project /src/core for code reused within project modules but not needed for the remainder of infrastructure src/shared for project-specific code a bit more generic than normal modules, but that should be shared within project-related modules only due to being more specific than core

Doubts: Division into /core and src/core might be a bit much

Hardsix commented 4 years ago

We should strive for a lot more simplicity as the structure now looks like a bit of a mess when looking at the root folder.