Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我看来,扩展原生 ruby 类会被认为更危险。
在 Ruby 中也要小心。这只是语言社区的普遍观点问题。从技术上讲,Ruby 没有理由比 JavaScript 更好。
我想这主要与 JavaScript 内置在浏览器中这一事实有关。浏览器已经有足够多的错误和问题,而无需您对本机对象进行更改。此外,某些库可能依赖于可能受您的更改影响的核心对象。