Podcast: Play in new window | Download (55.0MB) | Embed
Subscribe: Apple Podcasts | Spotify | Email | RSS | More
If you’ve ever seriously tried to do test-driven development, it probably wasn’t very long before you ran into something where testing became difficult due to an underlying dependency. Whether it’s a database connection, accessing the file system, or dealing with the network, eventually your tests are going to have to deal with dependencies.