node-ddd-boilerplate icon indicating copy to clipboard operation
node-ddd-boilerplate copied to clipboard

Move folder structure to separate by feature instead of by type

Open joshuaalpuerto opened this issue 5 years ago • 1 comments

|-- 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

joshuaalpuerto avatar Feb 16 '20 15:02 joshuaalpuerto

Is there any progress on that?

bfunc avatar Apr 24 '21 08:04 bfunc