Skip to content

Commit

Permalink
错字
Browse files Browse the repository at this point in the history
  • Loading branch information
zbzbzzz committed Jan 26, 2023
1 parent 37e668e commit 238e6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/system-design/basis/refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ category: 代码质量

项目团队的每一个人只有保证自己的提交没有让项目代码变得更腐化,项目代码才会朝着健康的方向发展。

**当我们离开营地(项目代码)的时候,请不要留下垃圾(代码花味道)!尽量确保营地变得更干净了!**
**当我们离开营地(项目代码)的时候,请不要留下垃圾(代码坏味道)!尽量确保营地变得更干净了!**

### 开发一个新功能之后&之前

Expand Down Expand Up @@ -139,4 +139,4 @@ Code Review 可以非常有效提高代码的整体质量,它会帮助我们
## 参考

- [再读《重构》- ThoughtWorks 洞见 - 2020](https://insights.thoughtworks.cn/reread-refactoring/) :详细介绍了重构的要点比如小步重构、捡垃圾式的重构,主要是重构概念相关的介绍。
- [常见代码重构技巧 - VectorJin - 2021](https://juejin.cn/post/6954378167947624484) :从软件设计原则、设计模式、代码分层、命名规范等角度介绍了如何进行重构,比较偏实战。
- [常见代码重构技巧 - VectorJin - 2021](https://juejin.cn/post/6954378167947624484) :从软件设计原则、设计模式、代码分层、命名规范等角度介绍了如何进行重构,比较偏实战。

0 comments on commit 238e6e3

Please sign in to comment.