Posts

Showing 1 - 2 of 2 Posts
Polymorphic codable
Codable,  Architecture,  Swift

Dealing with mixed-type arrays in Swift Decodable is quite hard - here's an advanced trick that will lead you to a scalable and future-proof solution

A scalable alternative to decodable enums - hero
Codable,  Swift,  Architecture

Discover a scalable approach to decoding enums in Swift. Cleaner code, better flexibility, and improved maintainability for growing codebases.