Hacker News new | ask | show | jobs
by notpushkin 606 days ago
Standard library is an API just like any other library. The only thing different about it is backward compatibility (which in JS is paramount and the is reason setTimeout can't be fixed directly). It is a bad design still.