Summary: Functional Programming Core Concepts
Review what we learned in this chapter about core concepts of functional programming in PHP.
We'll cover the following...
-
Pure functions, which have no side effects or secondary causes, are integral to functional programming.
-
The accuracy of a function can be ...