[Haskell-cafe] TDD in Haskell

Serguey Zefirov sergueyz at gmail.com
Tue May 25 08:03:11 EDT 2010


> I'm doing TDD in pretty much all of the languages that I know, and I want to
> introduce it early in my Haskell learning process. I wonder though, if
> there's some established process regarding TDD, not unit testing.

TDD can be deciphered as Type Driven Design, and right now not so many
languages would allow you to experience this.

Take a look at this previous post here:
http://www.haskell.org/pipermail/haskell-cafe/2010-May/077154.html


More information about the Haskell-Cafe mailing list