How to Write Manageable Code With Functional Programming?

Posted by dade on Programmers See other posts from Programmers or by dade
Published on 2011-11-26T14:55:45Z Indexed on 2011/11/26 18:08 UTC
Read the original article Hit count: 209

Filed under:

I just started with Functional Programming(Node.Js) and from the look of things it looks as if the code am writing would grow to be one hell of a code base to manage, when compared to Programming languages that have a sort of Object Oriented Paradigm. With OOP I am familair with practices that would ensure your code is easily managed and extensible. But am nore sure of similar convention with Functional Programming.

© Programmers or respective owner

Related posts about node.js