Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 463 Bytes

File metadata and controls

5 lines (4 loc) · 463 Bytes

This directory contains code from Point-Free Episode: Better Test Dependencies: Immediacy

A major source of complexity in our applications is asynchrony. It is a side effect that is easy to overlook and can make testing more difficult and less reliable. We will explore the problem and come to a solution using Combine schedulers.