node-ddd-boilerplate
node-ddd-boilerplate copied to clipboard
Move folder structure to separate by feature instead of by type
|-- src
| `-- user
| |-- domain
| |-- app
| |-- routes
| |-- repository
| `-- companies
| |-- controllers
| |-- models
| |-- views
| |-- repository
`-- config
`-- lib
`-- spec
`-- vendor
Advantages
- Clear, normalized separation of concerns.
- It groups together functions that actually work together
Is there any progress on that?