Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 302 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 302 Bytes

node-express-skeleton

I prefer to group my files by feature, rather than function. So for example group all user related files (controllers, models, tests, and etc.) in a folder. Then that folder can be easily reused in other projects or when making changes it is easier to find the files affected.