Skip to content

Latest commit

 

History

History

0012-tagged

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Point-Free Episode #12

Tagged

We typically model our data with very general types, like strings and ints, but the values themselves are often far more specific, like emails and ids. We’ll explore how this can lead to subtle runtime bugs and how we can strengthen these types in an ergonomic way using several features new to Swift 4.1.

This directory contains code from Point-Free Episode #12: Tagged