https://github.com/relph1119/clean-in-everything
整洁之道系列书籍阅读笔记,在线阅读地址:https://relph1119.github.io/clean-in-everything
https://github.com/relph1119/clean-in-everything
Last synced: 5 months ago
JSON representation
整洁之道系列书籍阅读笔记,在线阅读地址:https://relph1119.github.io/clean-in-everything
- Host: GitHub
- URL: https://github.com/relph1119/clean-in-everything
- Owner: Relph1119
- Created: 2022-11-17T11:59:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T11:27:59.000Z (almost 2 years ago)
- Last Synced: 2025-06-10T15:08:47.119Z (about 1 year ago)
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# 整洁之道系列书籍阅读笔记 {docsify-ignore-all}
本项目包括所有整洁之道书籍相关的阅读笔记,包括:
- 《代码整洁之道》
- 《代码整洁之道:程序员的职业素养》
- 《架构整洁之道》
- 《敏捷整洁之道:回归本源》
- 《思维整洁之道:编写与头脑合拍的卓越代码》
## 在线阅读地址
在线阅读地址:https://relph1119.github.io/clean-in-everything
## 运行环境
### 本地启动docsify
```shell
docsify serve ./docs
```