Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shang1219178163 authored Apr 23, 2019
1 parent 5b526f3 commit 1e4c5f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SwiftTemplet
swift编码规范总结

```
Swift编码规范总结
Swift标准库为我们提供了55中协议,他们的命名方式有着自己规则,基本是以“Type”、“able'”、“Convertible”结尾,分别代表了“可以被当做XX类型”、
“具备某种能力或特性”、“能够进行改变或者变换”。 如果上述都不能满足需求,可以添加Protocol作为后缀,例子见下面。,所以在命名的时候应该尽可能遵守
这一套规则,便于开发人员之间的高校合作。
Expand Down

0 comments on commit 1e4c5f8

Please sign in to comment.