Hacker News new | ask | show | jobs
by sk0g 3264 days ago
In TDD you only write code if it makes a red light green, so to speak.

First you make the test, then you run it. It will obviously fail, and then you implement code that starts passing tests.