modified: eBook/18.1.md

modified:   eBook/18.11.md
	modified:   eBook/18.2.md
	modified:   eBook/18.5.md
This commit is contained in:
songleo
2016-01-03 22:15:04 +08:00
parent 8fdcfd3776
commit 63367af386
4 changed files with 6 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# 18.11 出于性能考虑的最佳实践和建议
1尽可能的使用:=去初始化声明一个变量(在函数内部);
1尽可能的使用`:=`去初始化声明一个变量(在函数内部);
2尽可能的使用字符代替字符串