Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

This directory contains code from Point-Free Episode: Witness-Oriented Library Design: Part 2

We previously refactored a library using protocols to make it more flexible and extensible but found that it wasn鈥檛 quite as flexible or extensible as we wanted it to be. This week we re-refactor our protocols away to concrete datatypes using our learnings from earlier in the series.