Book description
What's the best approach for developing an application with JavaScript? This book helps you answer that question with numerous JavaScript coding patterns and best practices. If you're an experienced developer looking to solve problems related to objects, functions, inheritance, and other language-specific categories, the abstractions and code templates in this guide are ideal—whether you're using JavaScript to write a client-side, server-side, or desktop application.
Written by JavaScript expert Stoyan Stefanov—Senior Yahoo! Technical and architect of YSlow 2.0, the web page performance optimization tool—JavaScript Patterns includes practical advice for implementing each pattern discussed, along with several hands-on examples. You'll also learn about anti-patterns: common programming approaches that cause more problems than they solve.
- Explore useful habits for writing high-quality JavaScript code, such as avoiding globals, using single var declarations, and more
- Learn why literal notation patterns are simpler alternatives to constructor functions
- Discover different ways to define a function in JavaScript
- Create objects that go beyond the basic patterns of using object literals and constructor functions
- Learn the options available for code reuse and inheritance in JavaScript
- Study sample JavaScript approaches to common design patterns such as Singleton, Factory, Decorator, and more
- Examine patterns that apply specifically to the client-side browser environment
Publisher resources
Table of contents
- JavaScript Patterns
- Dedication
- SPECIAL OFFER: Upgrade this ebook with OâReilly
- Preface
- 1. Introduction
-
2. Essentials
- Writing Maintainable Code
- Minimizing Globals
- for Loops
- for-in Loops
- (Not) Augmenting Built-in Prototypes
- switch Pattern
- Avoiding Implied Typecasting
- Avoiding eval()
- Number Conversions with parseInt()
- Coding Conventions
- Naming Conventions
- Writing Comments
- Writing API Docs
- Writing to Be Read
- Peer Reviews
- Minifyâ¦In Production
- Run JSLint
- Summary
- 3. Literals and Constructors
- 4. Functions
- 5. Object Creation Patterns
-
6. Code Reuse Patterns
- Classical Versus Modern Inheritance Patterns
- Expected Outcome When Using Classical Inheritance
- Classical Pattern #1âThe Default Pattern
- Classical Pattern #2âRent-a-Constructor
- Classical Pattern #3âRent and Set Prototype
- Classical Pattern #4âShare the Prototype
- Classical Pattern #5âA Temporary Constructor
- Klass
- Prototypal Inheritance
- Inheritance by Copying Properties
- Mix-ins
- Borrowing Methods
- Summary
- 7. Design Patterns
- 8. DOM and Browser Patterns
- Index
- About the Author
- Colophon
- SPECIAL OFFER: Upgrade this ebook with OâReilly
- Copyright
Product information
- Title: JavaScript Patterns
- Author(s):
- Release date: September 2010
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449396947
You might also like
book
JavaScript: The Good Parts
Most programming languages contain good and bad parts, but JavaScript has more than its share of …
book
You Don't Know JS: Up & Going
It’s easy to learn parts of JavaScript, but much harder to learn it completely—or even sufficiently—whether …
book
Inclusive Design for a Digital World: Designing with Accessibility in Mind
What is inclusive design? It is simple. It means that your product has been created with …
book
Effective Java, 3rd Edition
Since this Jolt-award winning classic was last updated in 2008, the Java programming environment has changed …