Merge pull request #450 from MckayRen/patch-1

Update 重构.md
This commit is contained in:
郑永川 2018-10-27 00:22:31 +08:00 committed by GitHub
commit a1f8299a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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