swift#stdlib

【WIP】apple/swift - stdlib/public/core/Codable.swift.gyb コードリーディング

概要 gyb : codable_types CodingKey Codable CodingUserInfoKey _DictionaryCodingKey _GenericIndexKey エンコード Encodable encode Encoder codingPath userInfo container unkeyedContainer singleValueContainer KeyedEncodingContainerProtocol Keyed…

(discord/swift/2018/03/13/1) Codableのtypealiasにstructを使ったtips

概要 discord ios dev #swift 2018/03/13 Codableのtypealiasにstructを使ったtips log omochimetaru - 2018/03/13 ときどき話題に出てくるCodableとJSONの話で、JSON表現用の型とモデルの型をわけて・・・ってパターン、こうやると少し楽になると気づいた g…