|
游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0
资源信息:
中文名: JavaScript模式
原名: JavaScript Patterns
作者: Stoyan Stefanov
图书分类: 软件
资源格式: PDF
版本: 英文文字版
出版社: O'Reilly
书号: 978-0596806750
发行时间: 2010年09月
地区: 美国
语言: 英文
概述:
内容介绍:
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
内容截图:
目录:
Chapter 1 Introduction
Chapter 2 Essentials
Chapter 3 Literals and Constructors
Chapter 4 Functions
Chapter 5 Object Creation Patterns
Chapter 6 Code Reuse Patterns
Chapter 7 Design Patterns
Chapter 8 DOM and Browser Patterns
Colophon
|