《代码整洁之道》部分中文翻译
可能来自于 https://github.com/gdut-yy,目前已经被删除,Fork维护。
在线阅读:https://iszhaoxg.github.io/cleancode-book/
- 第 1 章 整洁代码
- 第 2 章 有意义的命名
- 第 3 章 函数
- 第 4 章 注释
- 第 5 章 格式
- 第 6 章 对象和数据结构
- 第 7 章 错误处理
- 第 8 章 边界
- 第 9 章 单元测试
- 第 10 章 类
- 第 11 章 系统
- 第 12 章 迭进
- 第 13 章 并发编程
- 第 14 章 逐步改进
- 第 15 章 JUnit 内幕
- 第 16 章 重构 SerialDate
- 第 17 章 味道与启发
- 附录 A 并发编程 II
本项目基于 vuepress 进行开发,以提供比 github mardown 更佳的阅读体验
依赖于 node.js
、yarn
、vuepress
等环境
# vuepress
yarn add -D vuepress
# 本地开发
git clone https://github.com/iszhaoxg/cleancode-book.git
cd cleancode-book/
yarn docs:dev
# 本地阅读
http://localhost:8080/cleancode-book/