Description
In module3.html there's a slide on "Naming functions" that says
Functions are named like any other value
then explains that "Predicate functions usually end in ?
.
However, the curriculum goes into greater detail about the requirements for naming functions, then has a section called "Important functions", with a subsection called "Collection functions", before jumping into the discussion of map
and reduce
--which the slides jump into directly.
I could've sworn that we previously had that information in the slides, but cut it out because we found ourselves short on time during the actual workshops. That justification makes sense to me, but now, it feels like the slides are lacking flow in that section, in particular.
Does anyone have suggestions as to how we can improve that section of the slides?
tl;dr Jumping straight from "This is what predicate functions look like!" to "Here's map
and reduce
!" feels really odd, to me.