Summary
Get a recap of what we’ve learned in this chapter.
We'll cover the following...
Press + to interact
We opened this chapter with three closely related patterns, which are Strategy, State, and Template.
Strategy allows us to extract the common parts of a family of closely related components into a component called the context and allows us to define strategy objects that the context can use to implement specific ...