文件应该命名为 something-with-hyphens.js、camelCased.js 还是其他名称?
我在这里没有找到这个问题的答案。
一种可能的命名约定是使用类似于 jQuery 使用的命名方案的东西。它没有被普遍采用,但很常见。
product-name.plugin-ver.sion.filetype.js
其中product-name+plugin对还可以表示 命名空间 和 模块 。version和filetype通常是可选的。
product-name
plugin
version
filetype
filetype可以是与文件内容有关的东西。常见的有:
min
custom
例子:
jquery-1.4.2.min.js
jquery.plugin-0.1.js
myapp.invoice.js