quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

Please generate "final" Swift classes

Open JJJensen opened this issue 6 years ago • 0 comments

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

JJJensen avatar May 30 '19 11:05 JJJensen