Summary
Get a recap of what we’ve learned in this chapter.
We'll cover the following...
Press + to interact
Structural design patterns are definitely some of the most widely adopted design patterns in software engineering and it’s important to be confident with them. In this chapter, we explored the Proxy, Decorator, and Adapter patterns and we discussed different ways to implement these in the context of Node.js. ...