[Haskell-cafe] FP design

Bulat Ziganshin bulat.ziganshin at gmail.com
Mon Nov 5 19:33:51 EST 2007


Hello Levi,

Tuesday, November 6, 2007, 3:02:49 AM, you wrote:

> I'm was wondering how most people work during when designing a functional
> program. Do you create data structures/types first? Do you work from some type
> signatures?

not first nor second. i write function bodies, then declare
appropriate data types when required and don't write function types at all

from my POV, FP allows to concentrate on the algorithms and mostly
ignore all auxiliary definitions

-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list