Friday, May 28, 2021

Test and Code: 155: Four Questions to Ask Frequently During Software Projects - Tim Ottinger

Tim Ottinger has four questions that work great in many situations, from doing homework, to cooking, to writing code, to entire software projects.

They are actually awesome questions to ask during a software project.

We discuss the questions, where they came from, and look at some uses in software.

The questions:

  1. What is it that needs to be done?
  2. What do we need in order to do it?
  3. Where can we get what we need?
  4. How can we tell if we’re doing it right?

Bonus question that can be swapped out for #1:

  1. What's the most important thing that it doesn't do yet?

Special Guest: Tim Ottinger.

Sponsored By:

Support Test & Code : Python Testing

Links:

<p>Tim Ottinger has four questions that work great in many situations, from doing homework, to cooking, to writing code, to entire software projects.</p> <p>They are actually awesome questions to ask during a software project.</p> <p>We discuss the questions, where they came from, and look at some uses in software.</p> <p>The questions:</p> <ol> <li>What is it that needs to be done?</li> <li>What do we need in order to do it?</li> <li>Where can we get what we need?</li> <li>How can we tell if we’re doing it right?</li> </ol> <p>Bonus question that can be swapped out for #1:</p> <ol> <li>What&#39;s the most important thing that it doesn&#39;t do yet?</li> </ol><p>Special Guest: Tim Ottinger.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2JDHRTz" rel="nofollow">PyCharm Professional</a>: <a href="https://ift.tt/2JDHRTz" rel="nofollow">Try PyCharm Pro for 4 months and learn how PyCharm will save you time.</a> Promo Code: TESTANDCODE21</li><li><a href="https://configcat.com/" rel="nofollow">ConfigCat.com</a>: <a href="https://configcat.com/" rel="nofollow">Release features faster with less risk with ConfigCat. You can try it out with the forever free plan or get 25% off with code testandcode2021</a> Promo Code: testandcode2021</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/3dV48it" title="The Four Questions" rel="nofollow">The Four Questions</a></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...