
5 Nov
2007
5 Nov
'07
7:33 p.m.
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@gmail.com