LuckyBrick / LuckyBrick

23 stars 4 forks source link

[发布]Airbnb JavaScript Style Guide中文版 #5

Open supersky07 opened 8 years ago

supersky07 commented 8 years ago

Airbnb JavaScript Style Guide() {

JavaScript中更合理的使用方法

Downloads ![Gitter](https://badges.gitter.im/Join Chat.svg)

其他风格指南

⬆ 返回顶部

引用

⬆ 返回顶部

对象

⬆ 回到顶部

数组

⬆ 返回顶部

解构

⬆ 返回顶部

字符串

⬆ 返回顶部

函数

⬆ 返回顶部

箭头函数

⬆ 返回顶部

构造器

⬆ 返回顶部

模块

⬆ 返回顶部

迭代器与生成器

⬆ 返回顶部

属性

⬆ 返回顶部

变量

⬆ 返回顶部

提升

⬆ 返回顶部

比较操作

⬆ 返回顶部

⬆ 返回顶部

注释

⬆ 返回顶部

空白

⬆ 返回顶部

逗号

⬆ 返回顶部

分号

⬆ 返回顶部

类型转换

⬆ 返回顶部

命名约定

⬆ 返回顶部

访问器

⬆ 返回顶部

事件

⬆ 返回顶部

ES5兼容性

⬆ 返回顶部

ES6风格

⬆ 返回顶部

测试

⬆ 返回顶部

性能

⬆ 返回顶部

资源

ES6学习

请阅读

工具

其他风格指南

其他风格

延伸阅读

书籍

博客

播客

⬆ 返回顶部

使用者

这是正在使用此风格指南的组织列表。若您也使用,给我们发个提交请求,我们会将您加入到列表中。

⬆ 返回顶部

翻译

此篇风格指南还有其他语言版本:

(The MIT License)

Copyright (c) 2014 Airbnb

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

⬆ back to top

修订

我们鼓励您拷贝该指南,并改变规则来适应你的团队风格。在下面,你可以列出一些针对该风格指南的修正。这使您可以定期更新你的风格指南,而不必处理合并冲突。

};

kumawu commented 8 years ago

确认

ALongLi commented 6 years ago

es6风格 箭头函数 字写错了