Medium
Swift
Use value types by default
Official
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
Add This Rule
Sign in to add this rule to your workspace
Sign in with GitHubDetails
- Severity
- Medium
- Category
- Swift
- Used in
- 1 ruleset