|
|
|
|
|
by barrkel
2097 days ago
|
|
I don't know what it is about the Node.js ecosystem which leads to the dysfunction, but there's definitely dysfunction, and it's definitely endemic. Compiling our front end assets takes longer and more CPU than our entire back end with many multiples the amount of source code. |
|
To add to this the Node ecosystem seems somehow to encourage outsourcing extremely simple pieces of functionality (leftpad anyone?) so you end up including a bunch of crap that you don't really need, all because someone didn't feel like using 10 lines to reimplement something simple.