Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Functions and Determinism in Property-based Testing - Lecture 9
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 who am I?
- 3 what will this talk cover?
- 4 origin story
- 5 the basic idea
- 6 false positives
- 7 case 1: archery
- 8 case 2: Jawn
- 9 spire
- 10 case study summary
- 11 what are we missing?
- 12 A WARNING A
- 13 anatomy of a generator
- 14 why determinism?
- 15 anatomy of a random-number generator
- 16 Introducing map
- 17 simple generators (revisited)
- 18 testing it out!
- 19 simple generators (summary)
- 20 Introducing flatMap
- 21 fancy generators (revisited)
- 22 even more generators
- 23 fancy generator (summary)
- 24 a challenger appears!
- 25 putting the lazy in fp
- 26 taking a step back
- 27 leap of faith
- 28 explore the space
- 29 polishing it up
- 30 tying up loose ends
- 31 turn it up to 11
- 32 jawn, revisited
- 33 how does Gen really work?
- 34 a terrible price
- 35 recommendations
- 36 what we saw