本词条缺少名片图,补充相关内容使词条更完整,还能快速升级,赶紧来编辑吧!
《JavaScript:The Good Parts(影印版)》一书中,Crockford深度分析了一堆好的意图和盲目的错误,为你提供了所有JavaScript的地道优良部分的细节,包括:·语法·继承·方法;·对象·数组·风格;·函数·正则表达式·美丽的特性大多数编程语言包含优良和拙劣的部件,但对JavaScript而言后者的比重较大,因为它在匆忙中开发和发布,还没能够得到精炼。这本权威的书剔除了大多数可怕的JavaScript特性,展现了JavaScript的另一部分,这一部分比JavaScript语言作为一个整体更加稳定、更具有可读性以及可维护性——可以用这个部分创建真正可展的合高效的代码。作者Douglas Crockford(他被很多开发社区认为是JavaScript专家)提出了足够多的好想法,让JavaScript成为一个杰出的面向对象编程语言。不幸的是,这些好想法(比如函数、弱类型、动态对象和表达能力很强的对象文字注释)被掺杂了些坏想法(比如基于全局变量的编程模型)。当Java Applet陨落的时候,JavaScript成为了Web编程的缺省语言,但它的流行程度跟它作为一个编程语言的质量完全没有关系。
- 书 名
- JavaScript:The Good
- 类 型
- 计算机与互联网
- 出版日期
- 2009年1月1日
- 语 种
- 英语
- ISBN
- 9787564114473
- 作 者
- 克罗克福特
- 出版社
- 东南大学出版社
- 页 数
- 153页
- 开 本
- 16
- 品 牌
- 南京东南大学出版社
JavaScript:The Good基本介绍
编辑JavaScript:The Good内容简介
使用《JavaScript:The Good Parts(影印版)》一书,你会发现一个美丽、优雅、轻量级和具有很强表达能力的语言,让你创造有效的代码,无论你正在管理对象库,还是只是试着让Ajax快速运行。如果你为Web开发站点或者应用程序,那么这《JavaScript:The Good Parts(影印版)》是绝对必需的。
JavaScript:The Good作者简介
作者:(美国)克罗克福特
Douglas Crockford是雅虎的高级JavaScript架构师,他以发明和维护JSON(JavaSclrpt对象注释)而闻名。他经常在JavaScript高级主题的会议上发言,也是EcMAScript委员会的成员。
Douglas Crockford是雅虎的高级JavaScript架构师,他以发明和维护JSON(JavaSclrpt对象注释)而闻名。他经常在JavaScript高级主题的会议上发言,也是EcMAScript委员会的成员。
JavaScript:The Good图书目录
编辑Preface
1. GoodParts
WhyJavaScript?
AnalyzingJavaScript
ASimpleTestingGround
2. Grammar
Whitespace
Names
Numbers
Strings
Statements
Expressions
Literals
Functions
3. Objects
ObjectLiterals
Retrieval
Update
Reference
Prototype
Reflection
Enumeration
Delete
GlobalAbatement
4. Functions
FunctionObjects
FunctionLiteral
Invocation
Arguments
Return
Exceptions
AugmentingTypes
Recursion
Scope
Closure
Callbacks
Module
Cascade
Curry
Memoization
5. Inheritance
Pseudoclassical
ObjectSpecifiers
Prototypal
Functional
Parts
6. Arrays
ArrayLiterals
Length
Delete
Enumeration
Confusion
Methods
Dimensions
7. RegularExpressions
AnExample
Construction
Elements
8. Methods
9. Style
10. BeautifulFeatures
AppendixA. AwfulParts
AppendixB. BadParts
AppendixC. JSLint
AppendixD. SyntaxDiagrams
AppendixE. JSON
Index
1. GoodParts
WhyJavaScript?
AnalyzingJavaScript
ASimpleTestingGround
2. Grammar
Whitespace
Names
Numbers
Strings
Statements
Expressions
Literals
Functions
3. Objects
ObjectLiterals
Retrieval
Update
Reference
Prototype
Reflection
Enumeration
Delete
GlobalAbatement
4. Functions
FunctionObjects
FunctionLiteral
Invocation
Arguments
Return
Exceptions
AugmentingTypes
Recursion
Scope
Closure
Callbacks
Module
Cascade
Curry
Memoization
5. Inheritance
Pseudoclassical
ObjectSpecifiers
Prototypal
Functional
Parts
6. Arrays
ArrayLiterals
Length
Delete
Enumeration
Confusion
Methods
Dimensions
7. RegularExpressions
AnExample
Construction
Elements
8. Methods
9. Style
10. BeautifulFeatures
AppendixA. AwfulParts
AppendixB. BadParts
AppendixC. JSLint
AppendixD. SyntaxDiagrams
AppendixE. JSON
Index
JavaScript:The Good序言
编辑This is a book about the JavaScript programming language. It is intended for pro-grammers who, by happenstance or curiosity, are venturing into JavaScript for the firsttime. It is also intended for programmers who have been working with JavaScript at anovice level and are now ready for a more sophisticated relationship with the lan-guage. JavaScript is a surprisingly powerful language. Its unconventionality presentssome challenges, but being a small language, it is easily mastered.My goal here is to help you to learn to think in JavaScript. I will show you the com-ponents of the language and start you on the process of discovering the ways thosecomponents can be put together. This is not a reference book. It is not exhaustiveabout the language and its quirks. It doesn't contain everything you'll ever need toknow. That stuff you can easily find online. Instead, this book just contains thethings that are really important.This is not a book for beginners. Someday I hope to write a JavaScript: The FirstParts book, but this is not that book. This is not a book about Ajax or web program-ming. The focus is exclusively on JavaScript, which is just one of the languages theweb developer must master.This is not a book for dummies. This book is small, but it is dense. There is a lot ofmaterial packed into it. Don't be discouraged if it takes multiple readings to get it.Your efforts will be rewarded.
词条标签: