Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 921 Bytes

2018-07-07-test-driven-development.md

File metadata and controls

17 lines (11 loc) · 921 Bytes
layout title subtitle tags categories
post
Test Driven Development
Commonly known as TDD
testing tdd test-driven-development
testing

A few years ago I bought a microphone and in the excitement of testing it out I decided to make a video. At the time I was very interested in TDD (Test Driven Development), making the video was an interesting experience and also helped me understand TDD.

If you are intested in TDD, I hope the below video is able to give you a good introduction on the topic.

<iframe width="560" height="315" src="https://www.youtube.com/embed/Tul3DHCAJPY?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

It also is accomanied by lecture notes and code examples.