Podcast: Play in new window | Download (51.5MB) | Embed
Subscribe: Apple Podcasts | Spotify | Email | RSS | More
Testing code is not easy, you have to think about all the different ways your code can go wrong and then write tests to cover them. You generally write more test code than functional code when creating unit tests.