Update 重构.md

typo 软 -> 使
This commit is contained in:
MckayRen 2018-10-26 21:31:04 +08:00 committed by GitHub
parent 99392fd18b
commit f2c02d5207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -383,7 +383,7 @@ class App {
## 重构与性能
为了代码更容易理解,重构可能会导致性能减低。
为了使代码更容易理解,重构可能会导致性能减低。
在编写代码时,不用对性能过多关注,只有在最后性能优化阶段再考虑性能问题。