- 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.
推薦閱讀
- Python入門很簡單
- 自己動手寫Java虛擬機
- Getting Started with CreateJS
- C語言最佳實踐
- 零基礎學Java程序設計
- C++ 從入門到項目實踐(超值版)
- Protocol-Oriented Programming with Swift
- 編程與類型系統(tǒng)
- 持續(xù)輕量級Java EE開發(fā):編寫可測試的代碼
- Building Serverless Web Applications
- Illustrator CS6設計與應用任務教程
- SQL Server 入門很輕松(微課超值版)
- Mastering Embedded Linux Programming
- Java Web開發(fā)教程:基于Struts2+Hibernate+Spring
- 軟件開發(fā)中的決策:權(quán)衡與取舍