Skip to content

Files

Latest commit

35e98db · Apr 23, 2019

History

History
This branch is 153 commits behind pointfreeco/episode-code-samples:main.

0054-advanced-swift-syntax-enum-properties

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 16, 2019
Apr 23, 2019

This directory contains code from Point-Free Episode: Advanced Swift Syntax Enum Properties

This week we’ll put the finishing touches on our enum property code generation tool. We’ll add support for enum cases with multiple associated values and enum cases with no associated values, and we’ll add a feature that will make enums even more ergonomic to work with!

Getting Started

  • Clone repo
  • cd into EnumProperties
  • run swift package generate-xcodeproj
  • Open the generated EnumProperties.xcodeproj file
  • Build the package
  • Open EnumProperties.playground