From 19d7d1bf205d6b1594ae45b4b25f1ec0e0803152 Mon Sep 17 00:00:00 2001 From: damonvvong Date: Sun, 13 Oct 2019 21:59:58 +0800 Subject: [PATCH] =?UTF-8?q?add(=E6=96=87=E7=AB=A0):=20Swift=20=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2=E4=B8=BA=E4=BB=80=E4=B9=88=E8=BF=99?= =?UTF-8?q?=E4=B9=88=E9=9A=BE=E7=94=A8=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 🐕 [Swift 的字符串为什么这么难用?](https://kemchenj.github.io/2019-10-07/) [@Damonwong](https://github.com/Damonvvong): **Swift** 的字符串的设计可以说是 **Swift** 中最难以理解的语法之一了。不过,我们周报的小伙伴 [@]() 同学写了一篇通俗易懂的文章,详细阐述了 - 为什么会存在 `Collection.Index` 这个设计 - 目前的 `Collection.Index` 是怎么设计的,存在哪些问题 - 未来的 `Collection.Index` 会怎么改进 感兴趣的同学可以仔细阅读一下,算是一篇不错的 **Swift** 语法进阶文章。 closed #1709 --- Reports/2019/#86-2019.10.14.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Reports/2019/#86-2019.10.14.md b/Reports/2019/#86-2019.10.14.md index ff13a1448..7cabee50d 100644 --- a/Reports/2019/#86-2019.10.14.md +++ b/Reports/2019/#86-2019.10.14.md @@ -17,7 +17,15 @@ ## 文章 -> 写的不错的技术博客,包含但不局限于 iOS、多端统一、设计、产品等 +### 🐕 [Swift 的字符串为什么这么难用?](https://kemchenj.github.io/2019-10-07/) + +[@Damonwong](https://github.com/Damonvvong): **Swift** 的字符串的设计可以说是 **Swift** 中最难以理解的语法之一了。不过,我们周报的小伙伴 [@]() 同学写了一篇通俗易懂的文章,详细阐述了 + +- 为什么会存在 `Collection.Index` 这个设计 +- 目前的 `Collection.Index` 是怎么设计的,存在哪些问题 +- 未来的 `Collection.Index` 会怎么改进 + +感兴趣的同学可以仔细阅读一下,算是一篇不错的 **Swift** 语法进阶文章。 ## 工具