Skip to content

Commit

Permalink
add refactor book
Browse files Browse the repository at this point in the history
  • Loading branch information
rbmonster committed Jan 23, 2022
1 parent de2d505 commit 62b680e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
- [【深入理解Java虚拟机】周志明](/src/main/java/com/toc/JVM_BOOK.md)
- [【凤凰架构】周志明](https://icyfenix.cn/summary/)
- [【计算机网络-自顶而下】](src/main/java/com/other/NETWORK_BOOK.md)
- [【重构-改善既有代码的设计】](src/main/java/com/other/REFACTOR_BOOK.md)

## 参考资料
| 地址 | 简介 |
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/com/other/REFACTOR_BOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -940,3 +940,6 @@ const scrolls = aDocument
record.catalogData.id,
catalog));
```

## 参考在线地址
[《重构 改善既有代码的设计第二版》中文翻译](https://github.com/NxeedGoto/Refactoring2-zh)

0 comments on commit 62b680e

Please sign in to comment.