Beginner’s guide to functional programming in JavaScript | Opensource.com

https://opensource.com/article/17/6/functional-javascript?sc_cid=70160000001273HAAQ

Explore functional programming and how using it can make your programs easier to read and debug.

2 Comments

  1. Tomi Engdahl says:

    Introduction to functional programming
    https://opensource.com/article/17/4/introduction-functional-programming?sc_cid=70160000001273HAAQ

    We explain what functional programming is, explore its benefits, and look at resources for learning functional programming.

    Reply
  2. Tomi Engdahl says:

    Fear, trust and JavaScript: When types and functional programming fail
    https://www.reaktor.com/blog/fear-trust-and-javascript/?utm_source=facebook&utm_campaign=Summer+recruitment+sets+%7C+July-August+2018&utm_medium=paid&hsa_src=fb&hsa_acc=273790800&hsa_net=facebook&hsa_grp=6094857331674&hsa_ad=6095606537274&hsa_ver=3&hsa_cam=6094857330274

    As developers, we want to reduce fear of our code failing and increase trust in our code working well. Many developers working with JavaScript borrow useful ideas from functional programming and strongly-typed programming languages to reduce fear by transferring trust from developers to tools and the code. Ideas like optional types, functional transformations, and immutability can all help to write better JavaScript. When pulling these ideas together in JavaScript, however, they come with severe trade-offs, work together poorly, and ultimately fail in the goal of effectively transferring trust from developers to code and tools.

    Reply

Leave a Comment

Your email address will not be published. Required fields are marked *

*

*