Hacker News new | ask | show | jobs
by kevingadd 4623 days ago
A stub can save bandwidth by only downloading the components needed for your system, instead of having to pack in every possible optional dependency.

The alternative, expecting all users to know precisely which components they need, is absurd and never works. And we all know you can't reliably do configuration detection in a web page to that extent either.