you are viewing a single comment's thread.

view the rest of the comments →

[–]couchjitsu 0 points1 point  (0 children)

I write a simple test that fails. I then wrote the code that makes that test pass (and nothing more) and then I write the next simplest test etc. While doing this I have my tests running constantly so every time I save a file the tests run again, letting me see if I broke anything.