DEV Community

Discussion on: Why deps.ts and mod.ts is BAD in Deno

Collapse
 
zorbyte profile image
zorbyte

The removal of deps.ts and mod.ts works well with a module alias file. I use module aliases for my dependencies and for folders in my projects (e.g. if I had a utils folder with a logger in it I would configure an alias to use @utils/logger.ts)