Writing Elegant Code with Enums

2 Episodes

Episode 1

07:18

Creating Builders with Enums

I love working with enums in Swift. While that may sound odd, I feel enums are undervalued and developers miss out on some of their nicer applications, especially when combined with associated values.

Episode 2

08:26

Type Safety with Enums

Enums have a wide range of applications and some of them are not obvious until you learn about them. In this episode of Writing Elegant Code with Enums, you learn how you can use enums to increase type safety and eliminate stringly typed code.