|
|
|
|
|
by forty
1620 days ago
|
|
My understanding is that one of the goal of deno is to be more compatible with the Web. As a backend only dev I don't find that great, I rather have clearer separation between quality backend modules and shitty 100-dependencies web modules ;) Also I don't want smaller modules. I want bigger and better maintained modules with few dependencies. Small modules is what makes npm ecosystem not that great. |
|
As someone who works in both stacks, I have seen incredibly shitty backend modules that dump 400mb of node_module deps.
I'd even argue node ecosystem is at fault because frontend adopted their package manager and "best practices".
So off of your high horse.
And Deno's goal of web compatible is in using web APIs where applicable instead of special snowflakes ( eg the web crypto api as browsers use vs nodes crypto module) and being permission focused rather than access by default. Feel free to debate the merits of that instead.