Skip to main content

Blogs

2013


New Years Resolution: Finish some projects

·1 min

The start of a project is much more fun than the end… Which is why my New Years Resolution is to finish some of my half-baked projects. These are…

2012


Over-testing

·1 min
Every line of code you write has a cost. It takes time to write it, it takes time to update it, and it takes time to read and understand it. Thus it follows that the benefit derived must be greater than the cost to make it. In the case of over-testing, that’s by definition not the case.

I’m definitely guilty of this, and its a hard habit to break.

Introducing WebService::TVDB

·1 min

Note: This module is now called WebService::TVDB, as it’s a more appropriate namespace. Net::TVDB will be removed from the CPAN.

More than one way to do it

·1 min

It was unclear at first how best to give something back to Perl. Fortunately there was more than one way to do it.