|
Pro JavaScript Design Patterns
JavaScript is a hugely popular language for adding dynamic functionality to web pages, and it is possible to use design patterns within JavaScript to further improve your code - they can improve efficiency, cut down on repetition, and provide useful frameworks to build code on top of. This book (the only one available covering JavaScript design patterns
thoroughly) gives web developers all they know to start using design patterns in their JavaScripting, including several real world examples for them to learn from.
CONTENTS:
1Expressive JavaScript
2Interfaces
3Encapsulation and Information Hiding
4Inheritance
5Singletons
6The Factory Pattern
7The Faade Pattern
8The Bridge Pattern
9The Composite Pattern
|