Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 509 Bytes

File metadata and controls

5 lines (4 loc) · 509 Bytes

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’t 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.