Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 567 Bytes

testing.md

File metadata and controls

16 lines (12 loc) · 567 Bytes
layout title
default
Testing

Test Driven Development: That’s Not What We Meant - Steve Freeman

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/yuEbZYKgZas" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

What should effective TDD look like:

  • Steady, incremental progress
  • Constant positive reinforcement
  • I think before I code
  • Things break when they're supposed to
  • Surprising designs emerge