- Mastering JavaScript Functional Programming
- Federico Kereki
- 133字
- 2021-07-02 22:41:12
Summary
In this chapter, we've seen a common, simple problem, based on a real-life situation, and after analyzing several usual ways of solving that, we went for a functional thinking solution. We saw how to apply FP to our problem, and we also found a more general higher-order way that we could apply to similar problems, with no further code changes. We saw how to write unit tests for our code, to round out the development job. Finally, we even produced an even better solution (from the point of view of the user experience) and saw how to code it and how to unit test it.
In the next chapter 3, Starting Out with Functions - A Core Concept, we'll be delving more deeply into functions, which are at the core of all FP.
推薦閱讀
- JBoss Weld CDI for Java Platform
- 程序員考試案例梳理、真題透解與強化訓練
- 數據結構習題精解(C語言實現+微課視頻)
- Mastering KnockoutJS
- Functional Kotlin
- 常用工具軟件立體化教程(微課版)
- C語言從入門到精通
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Kotlin開發教程(全2冊)
- 計算機應用基礎教程(Windows 7+Office 2010)
- 深度學習原理與PyTorch實戰(第2版)
- Python 3 數據分析與機器學習實戰
- Python Deep Learning
- 信息學奧林匹克競賽初賽精講精練
- JavaScript程序設計基礎教程(慕課版)