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 | Dec 3, 2010 | Experience Report, Opinion
Last night at GothPy we had a play with Django, a web application framework for Python. I’m fairly familiar with Rails, so it was interesting to see a different take on solving the same kinds of problems. I downloaded Django for the first time when preparing for...
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...
by Emily Bache | Dec 16, 2009 | Review
Geoff has been working really hard for the past few months, writing pyUseCase 3.0. It has some very substantial improvements over previous versions, and I am very excited about it. He’s written about how it works here.It’s a tool for testing GUIs with a...