Functional Oriented programming [basics] Functional programming
Functional oriented programming functions are like mathematical functions for example, f(x) = x+3 is a function. For any given value of x the result will always be a constant value. That is, if value of x is 3 then we can write the above equation as f(3)=3+3, which is equal to 6 6 is a constant value. …
Continue reading ‘Functional Oriented programming [basics] Functional programming’ »