We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cb58b commit 6d7abfbCopy full SHA for 6d7abfb
chapters/01-introduction.md
@@ -150,7 +150,7 @@ CI对于一个开发者在不同城市开发同一项目上来说是很重要的
150
151
###代码质量
152
153
-像``jslint``这类的工具,只能保证代码在语法上是正确的,但是不能保证你写了一堆bad smell的代码。
+像``jslint``这类的工具,只能保证代码在语法上是正确的,但是不能保证你没有写一堆bad smell的代码。
154
155
- 重复代码
156
- 过长的函数
chapters/09-refactor-project.md
@@ -62,7 +62,7 @@ regexobject: {
62
code: /\s\`\`\`\n?([^`]+)\`\`\`/g
63
```
64
65
-他会匹配对应的Markdown类型,随后进行替换和处理。而``str```,就是管理口的输入和输出。
+他会匹配对应的Markdown类型,随后进行替换和处理。而``str``,就是管理口的输入和输出。
66
67
接着,我们就可以对其进行简单的重构。
68
@@ -406,4 +406,4 @@ public class replaceTemp {
406
}
407
408
409
-```
+```
0 commit comments