Skip to main content

Diigo Home

WriterT ::: QuickCheck(ing) the code i C - The Diigo Meta page

writert.blogspot.com/...quickchecking-code-i-c.html - Cached - Annotated View

Olifante *'s personal annotations on this page

olifante
Olifante bookmarked on 2008-12-10 quickcheck c programming haskell testing

"Next time I'm faced with writing C code for a web based system, I'll start equally early on the Haskell program that will be testing it."

  • the haskell program was running controlled randomized test cases against a server! And voila, I was swatting bugs in my C code with minimal effort.

This link has been bookmarked by 1 people . It was first bookmarked on 10 Dec 2008, by Olifante *.

  • 10 Dec 08
    olifante
    Olifante *

    "Next time I'm faced with writing C code for a web based system, I'll start equally early on the Haskell program that will be testing it."

    quickcheck c programming haskell testing

    • the haskell program was running controlled randomized test cases against a server! And voila, I was swatting bugs in my C code with minimal effort.