编码规范
一方面是代码缩减的问题,另一方面是语法结构的问题。
代码缩减,好像有个文件叫做.editorconfig
, 能够控制文本的缩减。
代码的语法规范,js提供了一个.jshintrc
.
参考资料
- bootstrap style
- Standards for developing flexible, durable, and sustainable HTML and CSS
- Front-end Code Standards & Best Practices
- Baidu EFE team specifications
- 支付宝:写样式的更好方式
- frontend-guidelines: github上很受欢迎的一份编码规范, star数超过4000+
- 编写更好的CSS代码
原文: https://leohxj.gitbooks.io/front-end-database/content/preference/code-style.html