reading-notes

Todd Wolden

View on GitHub

301 Class Nine Reading Notes “Functional Programming”

The first fundamental concept we learn when we want to understand functional programming is pure functions.

If our function reads external files, it’s not a pure function — the file’s contents can change.

Resources

Return to the Table of Contents

Table of Contents