July 23, 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. :-/

Posted by jim at July 23, 2007 11:36 PM
Comments
Due to the proliferation of comment spam, I’ve had to close comments on this entry. If you would like to leave comment, please use one of my recent entries. Thank you and sorry for any inconvience caused.