Hi,

On 22 August 2012 02:41, Felipe Almeida Lessa <felipe.lessa@gmail.com> wrote:
But, like I said, it's just a matter of taste =).

If we are down to matters of taste, this is how I like to do it:

doFoo = finish . doSomethingOther . doSomething
foo = doFoo initialArg

Ozgur