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

Move folder structure to separate by feature instead of by type #57

Open
joshuaalpuerto opened this issue Feb 16, 2020 · 1 comment
Open
Assignees
Labels
core Changes related to the core of the boilerplate

Comments

@joshuaalpuerto
Copy link
Owner

|-- 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 joshuaalpuerto self-assigned this Feb 16, 2020
@joshuaalpuerto joshuaalpuerto added the core Changes related to the core of the boilerplate label Feb 16, 2020
@bfunc
Copy link

bfunc commented Apr 24, 2021

Is there any progress on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Changes related to the core of the boilerplate
Projects
None yet
Development

No branches or pull requests

2 participants