Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 595 Bytes

File metadata and controls

5 lines (4 loc) · 595 Bytes

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

The snapshot testing library we have been designing over the past few weeks has a serious problem: it can’t snapshot asynchronous values, like web views and anything that uses delegates or callbacks. Today we embark on a no-regret refactor to fix this problem with the help of a well-studied and well-understood functional type that we have discussed numerous times before.