In this lesson, you’ll learn that functional programming is a programming style that avoids side effects by performing computation with the evaluation of functions and relying heavily on immutable data structures. By using this programming style, you can reduce the liklehood of bugs and make sure that your programs are easier to maintain.
You’ll also look at an example data set that you’ll later use to get a concrete idea of how you can choose data structures when using a functional programming approach.
Kevin Dienst on July 15, 2019
I appreciate that you listed numerous successful female historical figures whom had a major impact on their respective fields in this tutorial. It may seem minor, but recognizing the contributions of women in STEM is essential; even in a small video about functional programming. ;-)