Javascript - 在哪里找到/提出新方法?
假设有人有一个新的、非常有用且很酷的方法的想法,例如 String.prototype.multiply
。她在当前的 javascript 实现中没有看到它。但也许它已经在一些 javascript/ajax 库中实现了,或者类似的方法(具有不同的名称,但她不知道)是当前事实上的标准,甚至已经在向未来的 ECMAScript 版本迈进了。
她的目标是在她的 js 代码中实现新功能,同时考虑到与较新的 javascript 或第 3 方代码的兼容性(她不一定想提出新标准)。
查找/讨论的最佳地点是哪里?
Say someone has an idea for a new, very useful and cool method, for instance String.prototype.multiply
. She does not see it in current javascript implementations. But maybe it's already implemented in some javascript/ajax libraries or maybe similar method (with a different name, but she does not know) is current de-facto standard or even is on its way to some future ECMAScript version already..
Her aim is to implement the new functionality in her js code right, with compatibility with newer javascript or 3rd party code in mind (she does not necessarily want to propose a new standard).
What is the best place to find it out / discuss?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会说 Google 和 SO 来找到它。要提出/讨论,请前往 ECMAScript 站点的社区:http://www.ecmascript.org/dev.php
I would say Google and SO to find it. To propose/discuss, head over to ECMAScript site's community: http://www.ecmascript.org/dev.php