auto commit

This commit is contained in:
CyC2018 2018-12-31 20:16:36 +08:00
parent ec4370e8b4
commit 6ea58eff7e
2 changed files with 5 additions and 9 deletions

View File

@ -138,20 +138,16 @@
Docker 基本原理。 Docker 基本原理。
- [正则表达式](https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/正则表达式.md)
正则表达式基本语法。
- [构建工具](https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/构建工具.md) - [构建工具](https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/构建工具.md)
构建工具的基本概念、主流构建工具介绍。 构建工具的基本概念、主流构建工具介绍。
- [正则表达式](https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/正则表达式.md)
正则表达式基本语法。
### :speak_no_evil: 编码实践 ### :speak_no_evil: 编码实践
- [重构](https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/重构.md)
参考 重构 改善既有代码的设计。
- [代码可读性](https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/代码可读性.md) - [代码可读性](https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/代码可读性.md)
参考 编写可读代码的艺术。 参考 编写可读代码的艺术。

View File

@ -90,7 +90,7 @@
# 2. 实现 Singleton # 2. 实现 Singleton
[单例模式](https://github.com/CyC2018/Interview-Notebook/blob/master/notes/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F.md) [单例模式](设计模式.md)
# 3. 数组中重复的数字 # 3. 数组中重复的数字