Archive for the 'Implementation' Category

Scope control
Thursday, June 21st, 2007

Again, the book Test-Driven Development: By Example by Kent Beck provides me with an eye-opening experience. It explains how test-driven development is useful for scope control when developing.

Refactoring vs performance optimization
Wednesday, August 30th, 2006

The thought popped up into my mind a while ago, that there is actually a striking similarity between refactoring and performance optimization.

Full statement coverage
Tuesday, August 15th, 2006

When I read Ron Jeffries Soduko articles, I was wondering why he was writing such sloppy unit tests. He didn’t seem to test even half of the code he wrote. A short email conversation later I had realized that he of course wasn’t sloppy, but rather just much more clever than I was (not that surprising, really). ;-)

Why Doing Nothing May Crash Your Program
Tuesday, June 21st, 2005

Visual Basic 6 programmers are protected from the “real world”. The upside is that VB programmers really can get much more useful things done in less time, the downside is that there are limits for what you can do in VB… and the fact that VB’s behavior sometimes can be really, really strange.