glideapps/quicktype

Please generate "final" Swift classes

Open

#1,241 opened on 2019年5月30日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)TypeScript (10,867 stars) (968 forks)batch import
Swiftcustomizationgood first issue

説明

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 :-)

コントリビューターガイド

Please generate "final" Swift classes · glideapps/quicktype#1241 | Good First Issue