Skip to content

Commit

Permalink
add(文章): Swift 的字符串为什么这么难用?
Browse files Browse the repository at this point in the history
### 🐕 [Swift 的字符串为什么这么难用?](https://kemchenj.github.io/2019-10-07/)

[@Damonwong](https://github.com/Damonvvong): **Swift** 的字符串的设计可以说是 **Swift** 中最难以理解的语法之一了。不过,我们周报的小伙伴 [@]() 同学写了一篇通俗易懂的文章,详细阐述了

- 为什么会存在 `Collection.Index` 这个设计
- 目前的 `Collection.Index` 是怎么设计的,存在哪些问题
- 未来的 `Collection.Index` 会怎么改进

感兴趣的同学可以仔细阅读一下,算是一篇不错的 **Swift** 语法进阶文章。

closed SwiftOldDriver#1709
  • Loading branch information
Damonvvong committed Oct 13, 2019
1 parent 0265cb2 commit 19d7d1b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Reports/2019/#86-2019.10.14.md
Original file line number Diff line number Diff line change
Expand Up @@ -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** 语法进阶文章

## 工具

Expand Down

0 comments on commit 19d7d1b

Please sign in to comment.