Showing
1 changed file
with
5 additions
and
3 deletions
@@ -37,7 +37,7 @@ | @@ -37,7 +37,7 @@ | ||
37 | // Your comments for the code | 37 | // Your comments for the code |
38 | ``` | 38 | ``` |
39 | * 减少不必要的注释 | 39 | * 减少不必要的注释 |
40 | - 类似于:进入循环,循环结束等垃圾话的注释请谨慎添加,大家都是程序员,都懂的 | 40 | + 类似于:**进入循环**、**循环结束**等垃圾话的注释请谨慎添加,大家都是程序员,不用你注释也能知道的 |
41 | 41 | ||
42 | 42 | ||
43 | ## html | 43 | ## html |
@@ -46,6 +46,8 @@ | @@ -46,6 +46,8 @@ | ||
46 | * html中请不要出现不必要的嵌套以及不要将标签滥用,比如使用`a`标签作为不跳转的按钮的标签 | 46 | * html中请不要出现不必要的嵌套以及不要将标签滥用,比如使用`a`标签作为不跳转的按钮的标签 |
47 | * 属性按顺序出现:`id -> class -> name -> data-* -> src,for,type,href -> title,alt -> aria-*,role` | 47 | * 属性按顺序出现:`id -> class -> name -> data-* -> src,for,type,href -> title,alt -> aria-*,role` |
48 | 48 | ||
49 | -## [js](doc/code-norm/js.md) | 49 | +## js |
50 | +[Link](doc/code-norm/js.md) | ||
50 | 51 | ||
51 | -## [css](doc/code-norm/css.md) | ||
52 | +## css | ||
53 | +[Link](doc/code-norm/css.md) |
-
Please register or login to post a comment