<rdf:RDF
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xml:base='http://community.moertel.com/ss/rdf'>
    <s:Snip rdf:ID='LectroCheck'
         s:name='LectroCheck'
         s:cUser='tmoertel'
         s:oUser='tmoertel'
         s:mUser='tmoertel'>
        <s:content>\\&#xA;__A&#xA;horribly named, automatic, specification-based testing tool for Perl__&#xA;&#xA;Writing unit tests is an effective coding practice that reduces&#xA;development time while raising our confidence in the software we&#xA;create.  But, if we&apos;re brutally honest, the work is often tedious and&#xA;time consuming, tempting us to skimp on test cases.  Is there anything&#xA;we can do to reduce the pain while keeping the gain?&#xA;&#xA;Yes!  With {link:QuickCheck|http://www.cs.chalmers.se/~rjmh/QuickCheck/} for the {link:Haskell|http://www.haskell.org/} programming language, Koen&#xA;Claessen and John Hughes demonstrated that not only can your computer&#xA;run your test cases, but also it can ~~create~~ them for you!&#xA;&#xA;The first time I used QuickCheck for my Haskell programs, I was sold.&#xA;It caught problems I never would have thought to look for let alone&#xA;test for, and it did so elegantly.&#xA;&#xA;When working in Perl, I missed QuickCheck.  In August 2004, I finally got&#xA;around to doing something about it.  The result is LectroTest, a&#xA;horribly named, automatic, specification-based testing tool for Perl.&#xA;</s:content>
        <s:mTime>2004-09-05 00:18:29.529</s:mTime>
        <s:cTime>2004-09-05 00:18:29.529</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='#tmoertel'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='http://community.moertel.com/ss/rdf#space/LectroCheck'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>
