Objections to Unit Testing
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.Read more ›
An episode of the Complete Developer Podcast podcast, hosted by BJ Burns and Will Gant, titled "Objections to Unit Testing" was published on December 13, 2018 and runs 56 minutes.
December 13, 2018 ·56m · Complete Developer Podcast
Summary
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.Read more ›The post Objections to Unit Testing appeared first on Complete Developer Podcast. Hosted on Acast. See acast.com/privacy for more information.
Episode Description
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.
The post Objections to Unit Testing appeared first on Complete Developer Podcast.
Hosted on Acast. See acast.com/privacy for more information.