Test Driven Development
What we do:
We write tests (which we run automatically), which will test every line of code we write.
We run the tests, and they fail. (It’s OK, they’re supposed to!)
We then start to code your web site, and gradually, one by one, all the tests start to pass.
What you get:
You get a working web site; one that is proven to actually do what is asked of it in all the major browsers.
You get a web site that will warn developers if they break functionality (so you can’t be caught out with a busted site!)
You get to start to play with your site as we bolt everything together.



