Myvideo

Guest

Login

KMCOgLearn Pure Functions In 10 Minutes (Дата оригинальной публикации: )

Uploaded By: Myvideo
1 view
0
0 votes
0

Functional programming is constantly on the rise, and with functional programming comes pure functions. Pure functions are the base of what functional programming is built upon, but they are useful even outside of functional programming. The idea of a pure function is a function that when given the same inputs always returns the same output. This function also must have absolutely no side effects and rely on no other state besides the input variables. It essentially works exactly the same as a math function. 2 2 always equals 4 no matter how many times you execute the function. 2 2 also never effects anything else outside it. For example 2 2 never causes 3 to change to 7 or some other side effect. In this video I will be covering pure functions in depth by example. We will take an impure function and incrementally modify it so it is a pure function by the end of the video. I will also discuss the advantages and disadvantages of pure functions. 📚 Materials/References: Pure Functions Article: ES6 Rest/Spread Operator Video: 🧠 Concepts Covered: - What a pure function is - How to avoid side effects - Why pure functions are important - The limitations of pure functions - Immutability in pure functions 🌎 Find Me Here: My Website: Patreon: Twitter: Discord: GitHub: CodePen: #PureFunction #WDS #FunctionalProgramming

Share with your friends

Link:

Embed:

Video Size:

Custom size:

x

Add to Playlist:

Favorites
My Playlist
Watch Later