Tuesday, 24 July 2007

Eat your own dog food once and a while

The other day I was working on a testing library that I use to help check for system.out/err, .printStacktrace() and other "non production ready" types of code. Mumbling under my breath about how I couldn't believe that people would be checking in that kind of code at all. Then I paused: I don't remember if I was using logging properly in my testing library. Sure enough, I point the code checker tests at its own project and it fails. Ooops. First step is ensure that the library that checks for "bad" code doesn't contain any, then I can bug other people about it too. :-/

No comments:

Post a Comment