You are viewing a single comment's thread from:

RE: 3 Golden Nuggets a day - on Functional Programming

in #three-nuggets8 years ago

What is nice about Functional Programming it is that returns from functions are quite predictable and should be the same, when input is exact. Whereas in OOP it is not sometimes the case.

I only scratched it, while learning some of React.js :D

Sort:  

agreed, immutability is first citizen in Functional Programming, while in OOP it is optional,which sometimes leads to bypassing, hence creating vulnerabilities