auto commit

This commit is contained in:
CyC2018
2018-03-28 18:53:06 +08:00
parent 00ab58c52c
commit 839ec0017f
11 changed files with 62 additions and 26 deletions

View File

@ -12,6 +12,7 @@
* [十一、一次只做一件事](#十一一次只做一件事)
* [十二、用自然语言表述代码](#十二用自然语言表述代码)
* [十三、减少代码量](#十三减少代码量)
* [参考资料](#参考资料)
<!-- GFM-TOC -->
@ -340,3 +341,7 @@ public int findClostElement(int[] arr) {
不要过度设计,编码过程会有很多变化,过度设计的内容到最后往往是无用的。
多用标准库实现。
# 参考资料
- Dustin, Boswell, Trevor, 等. 编写可读代码的艺术 [M]. 机械工业出版社, 2012.