Functional Programming is a programming paradigm that relies on the use of functions. It avoids changing-state and mutable data. The use of functional programming breaks the program into small parts, which helps the developer to test it (bug prevention!!!) and to build more complex codes by combining the functions.

5m read timeFrom luisarbezerra.com
Post cover image
Table of contents
Types of Functions

Sort: