An Intro To Functional Programming

January 9, 2023
1 min read
Share this post
An Intro To Functional Programming

An Intro To Functional Programming

Functional Programming is a software developing method that uses pure functions (much like those used in mathematics); this means functions where the return value is only determined by its input values, without any observable side effects. This method of developing software follows a declarative approach that relies on expressions and declarations rather than statements.


Functional code is usually more predictable, concise and easier to test than object oriented code and takes advantage of data structures that prevent properties from being changed at any level in the object hierarchy.

Want to Know if Scrums.com is a Good Fit for Your Business?

Get in touch and let us answer all your questions.

Get started

As Seen On Over 400 News Platforms