DEV Community

Discussion on: Deno 1.0 What ? NodeJS is dead ? are you serious ?

Collapse
 
andogq profile image
Tom Anderson

I kind of like the module system haha. Although having many import statements at the start of each file could get messy, I think it's cleaner then package.json, and removes the reliance on NPM. I don't like e commercial nature of NPM, but I like the potential to be able to import from any URL, without having all the overhead

Collapse
 
naoufalelh profile image
Naoufal El hassnaoui

Good thought on this. I appreciate your comment, thank you ! package.json + node_modules folder is something a lot of developers don't like. I will keep experimenting with Deno in my free time and see what the future will bring.