in most time we compare Danet Starter with Nestjs project, in Nest proeject whem we read :
import {POST} from 'nestjs/common'
we understand that POST function belong to 'nestjs/common' module
but when read :
import { POST } from 'dep.ts'
we can't be sure that POST function is in danet module befor reading deps.ts content
(may be the example is not expressive but you can understand what I mean)
SUGGESTION:
I suggess that deps should be stored in forld (deps) instead of file (deps.ts), in actual Danet Starter, deps folder structure shoud be something like :
more clean in Danet Starter ( deps readibility )
in most time we compare Danet Starter with Nestjs project, in Nest proeject whem we read :
we understand that POST function belong to 'nestjs/common' module
but when read :
we can't be sure that POST function is in danet module befor reading deps.ts content (may be the example is not expressive but you can understand what I mean)
SUGGESTION:
I suggess that deps should be stored in forld (deps) instead of file (deps.ts), in actual Danet Starter, deps folder structure shoud be something like :
the content of each file trivial (I think)
or maybe :