oliverdavies.uk/source/_daily_emails/2023-07-19.md

15 lines
564 B
Markdown
Raw Normal View History

2024-01-03 20:00:00 +00:00
---
title: >
2024-09-08 22:09:54 +00:00
TDD is like clicker training
2024-01-03 20:00:00 +00:00
pubDate: 2023-07-19
permalink: >-
daily/2023/07/19/tdd-is-like-clicker-training
2024-01-03 20:00:00 +00:00
tags:
2024-09-08 22:09:54 +00:00
- automated-testing
- test-driven-development
2024-01-03 20:00:00 +00:00
---
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.