[Haskell-cafe] Haskell and the Software design process

Gregory Collins greg at gregorycollins.net
Mon May 3 09:54:03 EDT 2010


Don Stewart <dons at galois.com> writes:

> Some key points:
>
>     * Avoid partial functions

As an important corollary to this one I would add: "never throw
exceptions from pure code". They often leak out from "catch" blocks and
ruin your day.

G
-- 
Gregory Collins <greg at gregorycollins.net>


More information about the Haskell-Cafe mailing list