FREELessons: 10Length: 2 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.6 Fixing Bugs With Tests

In the last episode our implementation had some bugs that the tests didn’t show. When you suspect a bug, the first thing to do is write a test case. In this episode, we spot a bug and write a test to show it, before making that test pass.