Archive for the 'testing' Category

The Law of Code Attraction

Thursday, May 17th, 2007

I have made an observation the other day about a curious correlation between Test Driven Development (TDD) and what is nowadays called the “Law of Attraction”. This law roughly states that you will attract into your life whatever things or circumstances you repeatedly think about and desire. While I don’t agree with how this concept [...]

From manual to automatic testing - A case study

Monday, August 14th, 2006

I recently implemented “picking” in the publicly available parts of the Doom 3 engine. Picking in 3D games (or applications) means that the mouse cursor position is mapped to the 3D world in such a way that the mouse can be used to “pick” up objects in 3D space. In this post I would like to [...]