Medium Swift

Use value types by default

Rule Description

Structs over classes unless you need reference semantics. Enums with associated values. Protocols for polymorphism.

Included in Rulesets

Code Review Standards
214 rules • 0 standards
View

Add This Rule

Sign in to add this rule to your workspace

Sign in with GitHub

Details

Severity
Medium
Category
Swift
Used in
1 ruleset