Skip to content

Use immutable instead of mutable Swift data #686

@rgoldberg

Description

@rgoldberg

Use immutable instead of mutable Swift data:

  • Use struct instead of class.
  • Use let instead of var.
  • Inline unnecessary variables.
  • Minor code cleanup.

Metadata

Metadata

Assignees

Labels

🧹 cleanupOptimization of (not bug fix for) an existing feature

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions