Recursion and Effects
Learn about the characteristics of recursion in functional programming and about the conditions that we try to avoid.
We'll cover the following...
Recursion
In functional programming, we say we prefer recursion over looping to iterate over collections. That’s because looping relies on a state to iterate over a collection, while in recursion, we don’t need to do that. Plus, it fits better with the functional programming guidelines. ...
Access this course and 1400+ top-rated courses and projects.