Saturday, February 13, 2021

Test and Code: 144: TDD in Science - Martin Héroux

Test Driven Development, TDD, is not easy to incorporate in your daily development.

Martin and Brian discuss TDD and testing and Martin's experience with testing, TDD, and using it for code involved with scientific research.

We discuss lots of topics around this, including:

  • What is TDD?
  • Should research software be tested in order to be trusted?
  • Time pressure and the struggle to get code done quickly. How do you make time for tests also?
  • Is testing worth it for code that will not be reused?
  • Sometimes it's hard to know how to test something.
  • Maybe people should learn to test alongside learning how to code.
  • A desire for a resource of testing concepts for non-CS people.
  • Are the testing needs and testing information needs different in different disciplines?
    • Biology, Physics, Astrophysics, etc. Do they have different testing needs?
    • Do we need a "how to test" resource for each?

Special Guest: Martin Héroux.

Sponsored By:

Support Test & Code : Python Testing

Links:

<p>Test Driven Development, TDD, is not easy to incorporate in your daily development. </p> <p>Martin and Brian discuss TDD and testing and Martin&#39;s experience with testing, TDD, and using it for code involved with scientific research. </p> <p>We discuss lots of topics around this, including:</p> <ul> <li>What is TDD?</li> <li>Should research software be tested in order to be trusted?</li> <li>Time pressure and the struggle to get code done quickly. How do you make time for tests also?</li> <li>Is testing worth it for code that will not be reused?</li> <li>Sometimes it&#39;s hard to know how to test something.</li> <li>Maybe people should learn to test alongside learning how to code.</li> <li>A desire for a resource of testing concepts for non-CS people.</li> <li>Are the testing needs and testing information needs different in different disciplines? <ul> <li>Biology, Physics, Astrophysics, etc. Do they have different testing needs?</li> <li>Do we need a &quot;how to test&quot; resource for each?</li> </ul></li> </ul><p>Special Guest: Martin Héroux.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/3rMDLio" rel="nofollow">Linode</a>: <a href="https://ift.tt/3rMDLio" rel="nofollow">If it runs on Linux, it runs on Linode. Get started on Linode today with $100 in free credit for listeners of Test & Code.</a></li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing</a></p><p>Links:</p><ul><li><a href="https://ift.tt/1xzQ9TY" title="Joy Division Album Cover" rel="nofollow">Joy Division Album Cover</a></li><li><a href="https://ift.tt/3as05bM" title="episode 140: Testing in Scientific Research and Academia - Martin Héroux" rel="nofollow">episode 140: Testing in Scientific Research and Academia - Martin Héroux</a> &mdash; Martin's previous episode.</li></ul>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...