Practical testing in Haskell
jaspervdj.be
Practical testing in Haskell
1–3 of 3 posts
Re: Practical testing in Haskell
#2Good article. I like these articles that discuss haskell from a practical engineering point of view, rather than the bleeding-edge researchy point of view.
Even if I disagree with some of his style, its a cool way to get a starting point and begin getting a feel for what good haskell code looks like, and how to lay out an application.
Re: Practical testing in Haskell
#3Good article. I like these articles that discuss haskell from a practical engineering point of view, rather than the bleeding-edge researchy point of view. Even if I disagree with some of his style, its a cool way to get a starting point and begin getting a feel for what good haskell code looks like, and how to lay out an application.
Also a good tutorial for getting a good feel what good Haskell code looks like and how to lay out an application is the howistart tutorial[0].