fix: style-guide link

This commit is contained in:
Rex YE 2016-11-29 15:42:39 +00:00
parent 2bdb81cbaa
commit 4f1ac69d6d
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ a(id='toc')
Apply the [Single Responsibility Principle](https://wikipedia.org/wiki/Single_responsibility_principle) to all components, services, and other symbols. Apply the [Single Responsibility Principle](https://wikipedia.org/wiki/Single_responsibility_principle) to all components, services, and other symbols.
This helps make the app cleaner, easier to read and maintain, and more testable. This helps make the app cleaner, easier to read and maintain, and more testable.
所有组件、服务和其它符号都要遵循[单一职责原则](https://en.wikipedia.org/wiki/Single_responsibility_principle。 所有组件、服务和其它符号都要遵循[单一职责原则](https://en.wikipedia.org/wiki/Single_responsibility_principle)
这会使应用程序更干净,易于阅读和维护,提高可测试性。 这会使应用程序更干净,易于阅读和维护,提高可测试性。
### <a id="01-01"></a>Rule of One ### <a id="01-01"></a>Rule of One