tattn/MoreCodable

UpperCamelCaseCodingKey should be named PascalCase

Closed this issue · 4 comments

tattn commented

I think either is fine. so, I added typealias to be able to use either way.

1fe8c6d

public typealias PascalCaseCodingKey = UpperCamelCaseCodingKey

Cool! That indeed solves this.

One other thing... I did create one Codable helper which is too small for a separate library but I think it would fit in here. If you like, you could just add (part of) it. See: https://github.com/evermeer/Stuff#codable

tattn commented

Stuff/Codable is a good library!

However, I think that it is made with a different way of thinking from MoreCodable.
MoreCodable is not a syntax sugar library, but aims to increase the scenes to use Codable and makes code more type-safe.

Thank you for your suggestion :)