10 ms·
“We absolutely, most certainly, should NOT ship libraries with operating systems.”
by delan 10y ago
“We absolutely, most certainly, should NOT ship libraries with operating systems.”
- ArkyBeagle 10y agoThere used to be a distinction between browsers and operating systems.
- JustSomeNobody 10y agoPretty sure there still is.
- mindcrime 10y agoIt's getting pretty hard to tell.
- JustSomeNobody 10y agoAll the major browsers ship with JavaScript. If JS, absolutely needed JQuery in order to, say, select an element the way C needs a library to output to the console, then sure, you may have an argument here. But, no.
- morgante 10y agoAnd why do you think web development has become the dominant form of development?
- pikzen 10y agoBecause literally any child can start developing, and then grows up and pulls every library under the sun because the language they use is a piece of crap, without a single thought about the consequences? Thankfully node.js is bringing this clusterfuck to the desktop too.
- dinkumthinkum 10y agoIt's more about deployment and dependency problems. The dependencies we are talking about are transparent to the user, save only for some download performance issues which are pretty minimal, if not overstated in many cases, compared to the former issues faced by native applications.