Monthly Archives: January 2009

Logging vs. debugging

It is probably no news that measurements in an experiment almost by definition affects the experiment.  This is true also for IT systems, where logging is a very used way for observing running code. From Jeff Atwoods Coding Horror blog … Continue reading

Posted in English | 1 Comment

What I like about Unit Tests

They are included with the source code, committed to SC and build along with the code  pretty automatically these days! Actually I dont really care if it’s unit tests, integration tests or any other kind of test, I just see … Continue reading

Leave a comment