Joined May 2012
·

Ivo Limmen

Üb3rg33k at QSD B.V.
·
Grootebroek
·
·

Posted to Maintainable JavaScript: one argument over 1 year ago

The curry John Resig writes about is nice if you write your own (complex) library in Javascript. If you write a very large application in Javascript I would not advise it. I do pass on callback function as parameters. I try to keep my code simple and clean as I do not know what my successor knows (and currying is for the advanced; IMHO).

Posted to Maintainable JavaScript: one argument over 1 year ago

It still requires the developer to write documentation: I never said it could go without documentation. Point I am trying to make is the self-documentation on function-calls; not the function-definition.

Achievements
72 Karma
2,899 Total ProTip Views