
22: Why should you write tests?
Is it important to have a test suite for your codebase? TL;DR: yes
A Question of Code · Ed & Tom Hazledine
June 3, 201940m 20s
Audio is streamed directly from the publisher (media.transistor.fm) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
Ed doesn't have much experience with automated testing for his code. This week he asks Tom about the principles behind testing, and some of the benefits and downsides. Does Tom think Ed should learn how to write tests ASAP? What kind of tests does he find are the most useful? And are there any downsides to writing tests for your code? Find out in this week's inspiring instalment of A Question of Code.
- TalkPython podcast
- Classic Computer Science Problems in Python, book by David Kopec
- Boundaries, talk by Gary Bernhardt
- Jest: testing framework for JavaScript
- Test & Code podcast
Topics
testingcoding