November 2009
Intermediate to advanced
560 pages
21h 40m
English
This chapter covers
One theme of this book is that functional programming makes it easier to understand code just by reading it. This is particularly important when you need to modify an unfamiliar program or implement behavior by composing existing functions or when refactoring existing code. Functional programming makes refactoring easier thanks to both clarity and modularity: you can make improvements to the code and be confident that the change doesn’t break other parts of the program.
As with many things in functional programming, the idea ...
Read now
Unlock full access