##### 变量大小写的结论 * 构造器 Class、Object 用 TheSomeone // 先祖的权威 * 方法名称 doSomething // 动宾,够醒目 * 文件名称 the_file // 网络传输可能会忽略大小写、可读性 * 普通变量 some_variables // 可读性 * CSS class: the-class-name * CSS id: the_some_one [访问讨论现场](http://stackoverflow.com/questions/1008230/what-is-the-best-practice-casing-style-for-javascript-why)