Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 756 Bytes

File metadata and controls

13 lines (7 loc) · 756 Bytes

Exercises 006

This time we've decided to give you the exciting challenge of writing your own tests. This is a really important skill to practice as generally in industry you will be writing your own tests to ensure code works as expected.

Tests also serve as great documentation to other developers about how your code should behave and the intention of your code. 📝

First, watch the following video:

Writing your own Unit Tests

Then, work through the exercises in a TDD (Test Driven Development) approach of Red -> Green -> Refactor

You've nearly finished these exercises now. 🔥 For the final ones see: Exercises 007 - Docs