uhooi / Loki

サ活記録アプリ for iOS
89 stars 6 forks source link

Add enum UserDefaultsKey to UserDefaultsCore #144

Closed uhooi closed 1 year ago

uhooi commented 1 year ago

Managing UserDefaults keys together makes it easier to see what you are storing.

uhooi commented 1 year ago
public enum UserDefaultsKey: String {
  case foo
  // ...
}
uhooi commented 1 year ago

Change UserDefaultsClient from struct to class.

uhooi commented 1 year ago

ref: https://twitter.com/the_uhooi/status/1640858414711738369