Posts tagged "tdd"

Showing 19 of 9 posts

TDD By Example: Quotes

From Kent Beck's book TDD By Example. We should teach coding in test first manner from the very beginning: > I taught Bethany, my oldest daughter, TDD as her…

The Humble Programmer (quotes)

From Edsger W. Dijkstra essay The Humble Programmer: > Today a usual technique is to make a program and then to test it. But: program testing can be a very…