Most Popular
Categories
- Motorcycles (11)
- Photography (20)
- Programming (17)
- Uncategorized (11)
- Visualization (5)
Unit test Archive
-
Backwards is Forwards, my GDC lecture
Posted on March 27, 2006 | No CommentsNoel Llopis and I did a lecture at the Game Developer Conference this year about test driven development. It's a process we're using at High Moon and I use at... -
Unit Testing Perl
Posted on July 7, 2005 | No CommentsWhile working on a small script at work today it occurred to me that had I been writing it in C++ I would have already had quite a few tests... -
Avoiding File I/O In Unit Tests
Posted on July 4, 2005 | No CommentsNoel's article Test-Driven Game Development mentions that unit test suites should run quickly. That usually means as little file I/O as possible. However, sometimes you're dealing with middleware or legacy...