I have been thinking a lot recently about the value of unit testing, doing TDD and coverage. I remember ignoring advise that test coverage was not a silver bullet. I remember reading articles explaining why but I have to admit I did not listen as much as I should have. I kept remembering a difficult code base I had to use that was unit tested whishing it was tested thinking that it would solve all my problems. I now think a little differently. The problems I face most are broken windows and software rot. It the java world people seemRead more