by Emily Bache | Sep 21, 2012 | Coding Skills
In my last post I discussed some exercises put together by Luca Minudel. He was using them as part of a study into how developer’s skill at removing SOLID violations was related to their skill at TDD. I initially did the exercises in Java, then translated them...
by Emily Bache | Feb 5, 2010 | Coding Skills
At GothPy yesterday, Geoff talked about code coverage and tests. Geoff has spent a lot of his evenings lately working on PyUseCase, and getting the test coverage up to 100%, (statement coverage), a feat which he achieved last week. The evidence for this is available...
by Emily Bache | Jan 10, 2010 | Coding Skills
One of the things I like about GothPy is that lots of the people in the group enjoy writing code in their spare time, and like to share with us what they’re up to.A little while back, Olof came up with this little tool, PyTDDmon, which is to help you when...