News

In general, handling array functions like we’ve seen here, using JavaScript’s built-in functions like map() and filter(), is an excellent application of the power of functional programming.
This month I want to talk about planning at the other end of the spectrum – how we decide the content of a particular iteration, using the Planning Game. Fundamentally, the Planning Game is ...