Swiftcustomizationgood first issue
仓库指标
- 星标
- (10,867 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
All of the generated Swift classes should be "final class" for both performance and clarity:
https://forums.swift.org/t/how-effective-is-final-for-code-optimization/24934
It's easier to remove "final" if you should need to subclass one of the classes, than it is to add "final" to them all :-)