Is Functional Programming a Good Idea?

Опубликовано: 08 Октябрь 2024
на канале: Sammy Engineering
17,819
674

In this video I talk about the benefits and challenges of functional programming

I compare functional programming versus imperative programming, and the maintainability benefits of having code written in a functional style. I talk about pure functions some of the key methods used in functional programming, including map, reduce, recursive methods, and higher order functions.

I'm planning to make a future video about immutable data structures and the techniques that go with them, as well as functional programming vs object oriented programming. Stay tuned!