Completed
unit testing provides benefits
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Fall in Love with Unit Testing - Rustlang 2023
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 unit testing provides benefits
- 4 unit testing friction
- 5 my journey
- 6 what is a unit test?
- 7 key 1: break it down!
- 8 privacy knob mockup
- 9 key 2: care about test code quality
- 10 other use cases
- 11 exceptional use cases
- 12 key 3: focus on what matters
- 13 key 4: use aaa
- 14 enough talk, let's see the code!
- 15 don't get carried away
- 16 encouragement
- 17 go forth and unit test