Tim's Blog

I’ve been slowly moving over to programming using TDD (test driven development) and am starting to realise first hand the benifits. Aside from makeing your code more robust because its well tested, I also find that:

- its great having tests as they provide useful snippets of code you can recycle, and they form good tutorials.
- It really speeds development up! Before my typical routine was modify code, compile, run app wait a long time for models to run, validate changes. Now its simple compile, test. Once the test is behaving as expected I validate my code using the running programme….which saves me a lot lot lot of time!


To Tumblr, Love PixelUnion