daily-email: add 2023-07-19
TDD is like clicker training
This commit is contained in:
parent
ec2bbeffbb
commit
23c37cbd29
14
src/content/daily-email/2023-07-19.md
Normal file
14
src/content/daily-email/2023-07-19.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: >
|
||||
TDD is like clicker training
|
||||
pubDate: 2023-07-19
|
||||
permalink: >
|
||||
archive/2023/07/19/tdd-is-like-clicker-training
|
||||
tags:
|
||||
- automated-testing
|
||||
- test-driven-development
|
||||
---
|
||||
|
||||
During a webinar I watched recently, someone described test-driven-development as clicker training for Developers.
|
||||
|
||||
Similar to when people want to train an animal, the short cycles and quick feedback loops make it easier to stay focussed as you work on a task, and the satisfaction of getting a test to pass, completing a feature, or refactoring some messy code is the reward.
|
Loading…
Reference in a new issue