https://mp.weixin.qq.com/s/ajkOP7yeSYCcE0MoUUmUZA // Monorepo solution — Bazel’s practice in Toutiao iOS
https://juejin.cn/post/7252869090549628986 // What exactly happens to weak variables when the object is deallocated?
juejin.cn
Weak 变量在对象释放时到底发生了什么? - 掘金
问题提出 真实案例,都脱胎于业务代码,有历史积淀的业务代码常常令人内牛满面。之前网上会有非常多的讨论,建议大家不要在 dealloc 里做太多逻辑,也有不少相关的整理,例如:避免在 dealloc 中
https://swiftwithmajid.com/2023/07/04/mastering-swift-foundation-formatter-api-custom-format-styles/
Swift with Majid
Mastering Swift Foundation Formatter API. Custom Format Styles
Swift Foundation Formatter API is one of my favorite recent additions to the Swift ecosystem. I use it in every project and build my custom-type formatting logic using the same approach. This week we will learn how to introduce custom formatters and use them…