Part II. Other Patterns
Functional Programming
Model View Patterns
Web Patterns
Messaging Patterns
Patterns for Testing
Advanced Patterns
ES6 Solutions Today
In Part 1, we focused on patterns that were identified in the GoF book that was the original impetus behind patterns in software design. In this part of the book, we'll expand beyond those patterns to look at patterns that are related to functional programming, large scale patterns to structure an entire application, patterns that are specific to the web, and messaging patterns. In addition, we'll look at patterns for the purpose of testing and some rather interesting advanced patterns. Finally, we'll look at how we can get many of the features of the next version of JavaScript today.