# Notes from the "Test Driven Development by example" book

DevFeed: [Notes from the "Test Driven Development by example" book](<https://devfeed.tech/articles/notes-from-the-test-driven-development-by-example-book-26138.md>)

Original publisher: [Read original article](<https://vadzimv.dev/2022/04/07/notes-from-tdd-by-example.html>)

Author: Vadzimv Dev Blog

Published: 2022-04-07T10:00:00Z

Content type: opinion

Language: en

Sources: [vadzimv Dev Blog](<https://devfeed.tech/sources/vadzimv-dev-blog.md>)

Topics: [Test-driven development](<https://devfeed.tech/topics/tdd.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Test coverage](<https://devfeed.tech/topics/coverage.md>), [Refactoring](<https://devfeed.tech/topics/refactoring.md>), [modules](<https://devfeed.tech/topics/modules.md>)

Tags: [development](<https://devfeed.tech/tags/development.md>), [refactoring](<https://devfeed.tech/tags/refactoring.md>), [tdd](<https://devfeed.tech/tags/tdd.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tests](<https://devfeed.tech/tags/tests.md>)

## AI overview

Personal notes on Kent Beck's Test Driven Development: By Example, covering how automated tests can reduce stress and errors, how TDD influences testing, and techniques for improving test coverage through simplification and refactoring.

## Source excerpt

My notes after reading the Test Driven Development: By Example book