An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 整洁之道系列书籍阅读笔记 {docsify-ignore-all}
本项目包括所有整洁之道书籍相关的阅读笔记,包括:
- 《代码整洁之道》
- 《代码整洁之道:程序员的职业素养》
- 《架构整洁之道》
- 《敏捷整洁之道:回归本源》
- 《思维整洁之道:编写与头脑合拍的卓越代码》

## 在线阅读地址
在线阅读地址:https://relph1119.github.io/clean-in-everything

## 运行环境

### 本地启动docsify
```shell
docsify serve ./docs
```