书籍详情
JavaScript:The Good Parts(影印版)
作者:(美)克罗克福特 著
出版社:东南大学出版社
出版时间:2009-01-01
ISBN:9787564114473
定价:¥28.00
购买这本书可以去
内容简介
大多数编程语言包含优良和拙劣的部件,但对JavaScript而言后者的比重较大,因为它在匆忙中开发和发布,还没能够得到精炼。这本权威的书剔除了大多数可怕的JavaScript特性,展现了JavaScript的另一部分,这一部分比JavaScript语言作为一个整体更加稳定、更具有可读性以及可维护性——可以用这个部分创建真正可展的合高效的代码。 作者Douglas Crockford(他被很多开发社区认为是JavaScript专家)提出了足够多的好想法,让JavaScript成为一个杰出的面向对象编程语言。不幸的是,这些好想法(比如函数、弱类型、动态对象和表达能力很强的对象文字注释)被掺杂了些坏想法(比如基于全局变量的编程模型)。 当Java Applet陨落的时候,JavaScript成为了Web编程的缺省语言,但它的流行程度跟它作为一个编程语言的质量完全没有关系。在《JavaScript:The Good Parts》一书中,Crockford深度分析了一堆好的意图和盲目的错误,为你提供了所有JavaScript的地道优良部分的细节,包括: ·语法·继承·方法 ·对象·数组·风格 ·函数·正则表达式·美丽的特性,使用《JavaScript:The Good Parts》一书,你会发现一个美丽、优雅、轻量级和具有很强表达能力的语言,让你创造有效的代码,无论你正在管理对象库,还是只是试着让Ajax快速运行。如果你为Web开发站点或者应用程序,那么这《JavaScript:The Good Parts(影印版)》是绝对必需的。
作者简介
Douglas Crockford是雅虎的高级Javascfipt架构师,他以发明和维护JSON(JavaScript对象注释)而闻名。他经常在JavaScript高级主题的会议上发言,也是ECMAScript委员会的成员。
目录
Preface
1. Good Parts
Why JavaScript?
Analyzing JavaScript
A Simple Testing Ground
2. Grammar
Whitespace
Names
Numbers
Strings
Statements
Expressions
Literals
Functions
3. Objects
Object Literals
Retrieval
Update
Reference
Prototype
Reflection
Enumeration
Delete
Global Abatement
4. Functions
Function Objects
Function Literal
Invocation
Arguments
Return
Exceptions
Augmenting Types
Recursion
Scope
Closure
Callbacks
Module
Cascade
Curry
Memoization
5. Inheritance
Pseudoclassical
Object Specifiers
Prototypal
Functional
Parts
6. Arrays
Array Literals
Length
Delete
Enumeration
Confusion
Methods
Dimensions
7. Regular Expressions
An Example
Construction
Elements
8. Methods
9. Style
10. Beautiful Features
Appendix A. Awful Parts
Appendix B. Bad Parts
Appendix C. JSLint
Appendix D. Syntax Diagrams
Appendix E. JSON
Index
1. Good Parts
Why JavaScript?
Analyzing JavaScript
A Simple Testing Ground
2. Grammar
Whitespace
Names
Numbers
Strings
Statements
Expressions
Literals
Functions
3. Objects
Object Literals
Retrieval
Update
Reference
Prototype
Reflection
Enumeration
Delete
Global Abatement
4. Functions
Function Objects
Function Literal
Invocation
Arguments
Return
Exceptions
Augmenting Types
Recursion
Scope
Closure
Callbacks
Module
Cascade
Curry
Memoization
5. Inheritance
Pseudoclassical
Object Specifiers
Prototypal
Functional
Parts
6. Arrays
Array Literals
Length
Delete
Enumeration
Confusion
Methods
Dimensions
7. Regular Expressions
An Example
Construction
Elements
8. Methods
9. Style
10. Beautiful Features
Appendix A. Awful Parts
Appendix B. Bad Parts
Appendix C. JSLint
Appendix D. Syntax Diagrams
Appendix E. JSON
Index
猜您喜欢