Unit test coverage

So we decided to read the book “Clean Code” for work (Yeah, the author has supposedly said some pretty dickish things and should perhaps not be endorsed. The book still has a valuable perspective, though). So of course I have to write my code more or less to that standard now that I have told all of my developers to do the same.

So full TDD it is…. turns out it is true that TDD really shapes your code in a different way and that just adding tests to existing code is hard and potentially useless.

So no fancy images here. Just a note that unit tests rock, but are really hard. That was all. Thanks.