Wednesday, August 4, 2021

Test and Code: 162: Flavors of TDD

What flavor of TDD do you practice?

In this episode we talk about:

  • Classical vs Mockist TDD
  • Detroit vs London (I actually refer to it in the episode as Chicago instead of Detroit. Oh well.)
  • Static vs Behavior
  • Inside Out vs Outside In
  • Double Loop TDD
  • BDD
  • FDD
  • Tracer Bullets
  • Rules of TDD
  • Team Structure
  • Lean TDD

This is definitely an episode I'd like feedback on. Reach out to me @brianokken or via the contact form for further questions or if I missed some crucial variant of TDD that you know and love.

Sponsored By:

Support Test & Code

Links:

<p>What flavor of TDD do you practice? </p> <p>In this episode we talk about:</p> <ul> <li>Classical vs Mockist TDD</li> <li>Detroit vs London (I actually refer to it in the episode as Chicago instead of Detroit. Oh well.)</li> <li>Static vs Behavior</li> <li>Inside Out vs Outside In</li> <li>Double Loop TDD</li> <li>BDD</li> <li>FDD</li> <li>Tracer Bullets</li> <li>Rules of TDD</li> <li>Team Structure</li> <li>Lean TDD </li> </ul> <p>This is definitely an episode I&#39;d like feedback on. Reach out to me <a href="https://twitter.com/brianokken" rel="nofollow">@brianokken</a> or via the <a href="https://ift.tt/3xyfX4t" rel="nofollow">contact form</a> for further questions or if I missed some crucial variant of TDD that you know and love.</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></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code</a></p><p>Links:</p><ul><li><a href="https://ift.tt/2iao9Rn" title="Mocks Aren't Stubs - Martin Fowler" rel="nofollow">Mocks Aren't Stubs - Martin Fowler</a></li><li><a href="https://ift.tt/3A7ejZ5" title="Mockists Are Dead. Long Live Classicists." rel="nofollow">Mockists Are Dead. Long Live Classicists.</a></li><li><a href="https://ift.tt/3jil0AN" title="Double Loop TDD" rel="nofollow">Double Loop TDD</a></li><li><a href="https://ift.tt/3A8HkUh" title="BDD: Behavior-driven development" rel="nofollow">BDD: Behavior-driven development</a></li><li><a href="https://ift.tt/3rSOOaT" title="FDD: Feature-driven development" rel="nofollow">FDD: Feature-driven development</a></li><li><a href="https://ift.tt/3ilfkGQ" title="My reaction to “Is TDD Dead?” - pythontest.com" rel="nofollow">My reaction to “Is TDD Dead?” - pythontest.com</a></li><li><a href="https://ift.tt/3Blkdal" title="Test First Programming / Test First Development" rel="nofollow">Test First Programming / Test First Development</a></li><li><a href="https://ift.tt/2VmLysv" title="Humorous list of TDD variants" rel="nofollow">Humorous list of TDD variants</a> &mdash; BDD = Buzzword Driven Development, CDD = Calendar Driven Development, etc</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...