Skip to content

Commit 8c5190f

Browse files
author
aaron.wwj
committed
1 parent 716365f commit 8c5190f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Reports/2019/#61-2019.04.01.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ Swift 4.2 优化设计了 Hashable 协议,引入了新的 default implementati
5050

5151
对 VIPER 架构感兴趣的读者可以扩展阅读作者这个系列教程[第一篇:](https://theswiftdev.com/2018/03/12/the-ultimate-viper-architecture-tutorial/)各种架构及 VIPER 基本概念,[第三篇:](https://theswiftdev.com/2019/03/19/mastering-the-viper-architecture/)面向协议编程在 VIPER 架构上的实践。
5252

53+
### 🐕 [What’s new in Swift 5.1](https://www.hackingwithswift.com/articles/182/whats-new-in-swift-5-1)
54+
55+
令 Swift 程序员们热泪盈眶,翘首以盼的 Swift5.0已经发布了,带来了 ABI 稳定等一系列激动人心的特性。按照 Swift 一贯的节奏,当一个版本发布时,人们往往就已经开始关注下一个版本,比如这篇文章为我们简单的介绍了一下 Swift5.1 中目前已经基本确定的新特性,比如 Self 的新用法,optional 枚举的匹配以及数组的 difference 直接计算等,个人觉得最好玩的应该是最后一个点。基于这个特性应该可以做很多有趣的文本应用。感兴趣的同学可以仔细看看文章。
56+
5357
### 🐎 [Deep dive into Pattern matching with ~= operator](https://mecid.github.io/2019/03/20/pattern-matching-operator/)
5458

5559
Swift 中的 `switch-case` 语句非常强大,灵活配合 `turple`, `case let`, `where` 能写出可读性很高的代码。

0 commit comments

Comments
 (0)