Archive
文章列表
按当前筛选条件继续浏览文章。
Swift Package Manager Series 07|SPM management method in medium-sized iOS projects
阅读What medium-sized projects are really afraid of is that modules exist but do not have stable dependency directions and responsibility boundaries.
单一鸣 · Sep 5, 2024
Swift Concurrency Series 08|Asynchronous code organization in real projects
阅读What is really difficult is whether the entire asynchronous link can remain clear for a long time.
单一鸣 · Aug 4, 2024
SwiftUI Series 15|Build a maintainable SwiftUI project from scratch
阅读What really determines whether the project can be modified later is whether the state boundaries, page responsibilities and component abstractions are set correctly from the beginning.