TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Jeremy Ashkenas hates cross-browser consistency

1 点作者 stealsomesteel将近 13 年前

2 条评论

mr_eel将近 13 年前
Underscore is not a kitchen-sink library. In order to keep it a terse library, Jeremy will need to constantly decide what goes in and what does not. I don't always agree with his choices, but I'm glad he's willing to be aggressive about what he believes is good. That's what makes for good libraries.<p>Also, I must say this is a poor choice of title for a HN post. It's emotive, a generalisation and doesn't actually reflect the actual content of the link.<p>You obviously disagree with Jeremy. Fine. But posts like this are weak.
bengillies将近 13 年前
If what you want is cross browser consistency of sparse arrays (that is, if you _really_ want to use them), then you should probably use ES5-shim or something instead.<p>Jeremy Ashkenas can support or not support whichever parts of built-in array behaviour he wants, given that:<p>a) It's his library b) It doesn't try and copy the standard ES5 API anyway