shockyng/money-matters-api

Data suggestion

Closed this issue · 1 comments

Once you have classes that represents the data of the application, instead of have two packages.

Currently:

├── moneymatters
│ ├── models
│ ├── dtos

Suggestion:

├── moneymatters
│ ├── data
│ ├──├── dtos
│ ├──├── models

I made this suggestion on this one and it's already updated! Take a look! :)