...
|
...
|
@@ -37,7 +37,7 @@ |
|
|
// Your comments for the code
|
|
|
```
|
|
|
* 减少不必要的注释
|
|
|
类似于:进入循环,循环结束等垃圾话的注释请谨慎添加,大家都是程序员,都懂的
|
|
|
类似于:**进入循环**、**循环结束**等垃圾话的注释请谨慎添加,大家都是程序员,不用你注释也能知道的
|
|
|
|
|
|
|
|
|
## html
|
...
|
...
|
@@ -46,6 +46,8 @@ |
|
|
* html中请不要出现不必要的嵌套以及不要将标签滥用,比如使用`a`标签作为不跳转的按钮的标签
|
|
|
* 属性按顺序出现:`id -> class -> name -> data-* -> src,for,type,href -> title,alt -> aria-*,role`
|
|
|
|
|
|
## [js](doc/code-norm/js.md)
|
|
|
## js
|
|
|
[Link](doc/code-norm/js.md)
|
|
|
|
|
|
## [css](doc/code-norm/css.md) |
|
|
\ No newline at end of file |
|
|
## css
|
|
|
[Link](doc/code-norm/css.md) |
|
|
\ No newline at end of file |
...
|
...
|
|