Skip to content

Please generate "final" Swift classes #1241

@JJJensen

Description

@JJJensen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    SwiftSwift Outputcustomizationgood first issueNot necessarily easy, but doesn't require deep quicktype knowledge

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions