#localizederror
Read more stories on Hashnode
Articles with this tag
LocalizedError를 사용해서 Error 색다르게 먹기 · 웬만하면 코딩을 하면서 nil보다는 throw를 하려고 한다. 예를 들어 let dict = [String: String]() func getValue(key: String) -> String? { ...