Functional Programming
So I was just reading about Functinal programming and this is a summary of what I understand about it as of today.. (might change in the future; to err after all, is human.) Benefits The “environment” you’re programming against are the function arguments Reuse is imminent. Composition is what everyone calls it. Functions’ results can be cached (memoization) There must be many more benefits.. These three are the ones I can think of and the ones that get the most marks from my side. ...