...

/

Summary: Building Our Project in Layers

Summary: Building Our Project in Layers

A recap of what we've learned so far in this chapter.

Layers

We’ve addressed all of the major concepts in our mental framework. We can remember them all with the sentence:

Do Fun Things with Big, Loud Worker-bees.

The sentence is a mnemonic for data, functions, tests, boundaries, lifecycle, and workers.

We know not every program needs every one of these layers. For example, using all of these layers to create a couple of temperature functions is ...