Really been struggling with the best way to represent entities in Swift. Trying to steer clear of inheritance. Maybe a protocol. I’m leaning towards something enum based.
Really been struggling with the best way to represent entities in Swift. Trying to steer clear of inheritance. Maybe a protocol. I’m leaning towards something enum based.