bouncing
@bouncing@partizle.com
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Why is the Node ecosystem so demanding? 1 year ago:
Yes, that’s true, but JavaScript has very few core APIs aside from basic DOM manipulation. Even things like comparing timezones requires a third party dependency, for example.
- Comment on Why is the Node ecosystem so demanding? 1 year ago:
I wouldn’t say you need no dependencies in a Java project, but by all means check the average number of dependencies you get with Java or Python and compare it to almost any Node project.
You could probably sample projects on GitHub, look at the dependency graph, and compare.
- Comment on Barbie earns $1 billion at the box office worldwide 1 year ago:
Life in plastic. It’s fantastic.
- Comment on Why is the Node ecosystem so demanding? 1 year ago:
At least part of it is that JavaScript is not really a batteries included language like Python or Java to even PHP.
You can’t really do anything productive without relying on a third party library.