(no title)
ludflu | 13 years ago
(Not that writing unit tests for haskell code is a bad idea - QuickCheck is WAY more powerful than junits, for example)
ludflu | 13 years ago
(Not that writing unit tests for haskell code is a bad idea - QuickCheck is WAY more powerful than junits, for example)
Confusion|13 years ago
Xion|13 years ago
Indeed. What I meant was that basically:
while the distribution of effort between compilation (if any) and unit tests in other languages are quite different than in Haskell, i.e. skewed towards tests in the former and getting code to compile in the latter case.