Tag Archives: testing

OODA vs technical debt

This post is a response to Ovid's series about agility without testing: How to be agile without testing When must you test your code? Code evolution vs intelligent design I started to respond to the last and realized that my comment was long enough to be a blog post of my own. First, let me [...]

Posted in coding | Also tagged , , | 12 Responses

The Annotated Lancaster Consensus

The official Lancaster Consensus document is on Github. This blog post is an annotated review of it. The Lancaster Consensus At the first Perl QA Hackathon in 2008 in Oslo, a number of QA and toolchain authors, maintainers and experts came together to agree on some common standards and practices. This became known as "The [...]

Posted in cpan, perl programming, toolchain | Also tagged , , , , | 6 Responses

Perl QA hackathon 2013 wrapup

I've been back from the Perl QA 2013 hackathon for a few days and I'm probably overdue to write about the trip. I'm intimidated by last years writeup — I must have been feeling a lot peppier on the plane a year ago. I've also been busying writing up the notes from the "Lancaster Consensus" [...]

Posted in cpan, perl programming, toolchain | Also tagged , , , , | Leave a comment

No more copy and paste: How to refactor tests with roles

Raise your hand if you've ever cut and paste a huge chunk of code — or even a whole file — for testing. I have. And I feel guilty, because I know the DRY mantra: "Don't repeat yourself!" But somehow, rules we follow for our application code, we forget for our test code. Here's a [...]

Posted in perl programming | Also tagged , , | 10 Responses

Stop Pod tests before they stop you!

Have you ever installed a CPAN module with a big dependency chain and had installation fail somewhere in the middle? Have you ever investigated and found the failure was due to Test::Pod or Test::Pod::Coverage? AAARRRGGGHHH! I hate that! Pod tests are release tests and shouldn't be inflicted on end users. But some authors got hooked [...]

Posted in hacks, perl programming | Also tagged , , , | 7 Responses

© 2009-2013 David Golden All Rights Reserved