[Haskell-cafe] Re: How do you rewrite your code?

Henning Thielemann schlepptop at henning-thielemann.de
Fri Mar 5 04:37:31 EST 2010


Ertugrul Soeylemez schrieb:
> As a side note: I have found that many people don't understand the
> filterM-based solution.  That's because many people don't understand the
> list monad and the power of the monadic interface.  So if you work in a
> group, either don't write code like this or preferably explain monads to
> your groupmates.
>   
Alternatively, keep all versions and compare them in a QuickCheck 
test-suite.



More information about the Haskell-Cafe mailing list