Skip to content

Commit bf58cde

Browse files
author
gp
committed
fix #4174
1 parent 992f6c6 commit bf58cde

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Reports/2023/#259-2023.09.04.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
- 改进 Xcode 项目中的编译时间:文章提供了一些建议,包括启用警告以标识编译时间过长的代码、明确指定类型以减少编译时间等
4848
- 改进 SPM 包中的编译时间:文章介绍了如何通过在 SPM 包中应用相同的优化来减少构建时间,以及如何使用自定义规则来规范代码以提高编译效率
4949
- SwiftLint 规则:文章提到了一些 SwiftLint 规则,如 explicit_init 和 explicit_type_interface,可以帮助简化代码并可能减少构建时间
50-
50+
5151
总的来说,这篇文章提供了关于如何提高 SPM 包和应用程序构建效率的详细指南,包括测量、警告启用、类型明确指定等技巧和建议。通过实施这些优化,开发团队可以更快地构建和测试他们的代码。
5252

5353
### 🐕 [为现有 App 及 API 架构实现 End-to-End Testing 的可能性验证](https://medium.com/zrealm-ios-dev/poc-app-end-to-end-testing-local-snapshot-api-mock-server-5a5c4b25a83d)
@@ -66,6 +66,9 @@
6666

6767
[@Leo](https://github.com/leomobiledeveloper):桌面版应用相比 Web 端具有停留时间长的特点,如果没有控制好内存,会导致交互响应慢或者崩溃。在这篇文章中,QQ 相关团队和大家分享新版 QQ 在内存优化方面的探索和阶段性优化进展。虽然本文的讨论主要集中在 Windows 平台,但由于 Electron 的跨平台特性,大部分优化措施也同样适用于 macOS 和 Linux 平台。
6868

69+
### 🐎 [SwiftUI Tips:如何收起键盘](https://juejin.cn/post/7268592310040199223)
70+
71+
[@享耳先森](https://github.com/iblacksun):文章列举了 `SwiftUI` 中多种收起键盘的方式,适合刚入 `SwiftUI` 的同学们。
6972

7073
## 工具
7174

0 commit comments

Comments
 (0)