Skip to content

Latest commit

 

History

History

0054-advanced-swift-syntax-enum-properties

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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