---
title: "TDD is Kanban for Code"
url: https://daily.dev/posts/tdd-is-kanban-for-code-eakumlrto
source_url: https://tidyfirst.substack.com/p/tdd-is-kanban-for-code?utm_source=%2Fbrowse%2Ftechnology&utm_medium=reader2
type: article
source: "Substack"
published: 2023-12-03T01:12:21.067Z
updated: 2023-12-03T01:12:18.892Z
tags: ["agile", "productivity", "tdd"]
reading_time: 4
upvotes: 18
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# TDD is Kanban for Code

**[Substack](https://daily.dev/sources/substack)** · 4 min read · 18 upvotes · 0 comments

## Summary

Test-driven development (TDD) can be considered as kanban for code, where the tests serve as kanban cards requesting changes in the behavior and options of the system. TDD improves feedback for developers and ensures that the changes made to the logic and structure of the system do not introduce collateral damage.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://tidyfirst.substack.com/p/tdd-is-kanban-for-code?utm_source=%2Fbrowse%2Ftechnology&utm_medium=reader2>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#agile](https://daily.dev/tags/agile), [#productivity](https://daily.dev/tags/productivity), [#tdd](https://daily.dev/tags/tdd)

[View this post on daily.dev](https://daily.dev/posts/tdd-is-kanban-for-code-eakumlrto)
