How to correctly model data in Swift
Swift: Enumerations
Use cases and Implementation

In this article, we’re going to learn about enumerations
in Swift or as they’re more commonly known, enums.
An enumeration defines a common type for a group of related values and enables you to work with those…