Add daily emails and archive

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent 7ec664a810
commit e2b6832598
379 changed files with 11132 additions and 0 deletions

View 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.