Move daily emails into the blog page

This commit is contained in:
Oliver Davies 2025-08-21 00:28:10 +01:00
parent be69398931
commit 1b8441608f
828 changed files with 9 additions and 196 deletions

View file

@ -0,0 +1,14 @@
---
title: >
TDD is like clicker training
pubDate: 2023-07-19
permalink: >-
daily/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.