发表于2024-11-15
JavaScript pdf epub mobi txt 电子书 下载
Douglas Crockford is a Senior JavaScript Architect at Yahoo!. He is the maintainer of the JSON format, and a regular speaker at conferences on advanced JavaScript topic. He is also on the JavaScript 2.0 committee at ECMA.
Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book offers a detailed explanation of the features that make JavaScript an outstanding object-oriented programming language, and warns you about the bad parts.
In the process, JavaScript: The Good Parts defines a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole. Author Douglas Crockford, a member of JavaScript 2.0 committee at ECMA, is considered by many people in the development community to be the JavaScript expert.
A beautiful, elegant, lightweight and highly expressive language lies buried under a steaming pile of good intentions and blunders, he explains. The very good ideas include functions, loose typing, dynamic objects, and an expressive object literal notation. Awful ideas include a programming model based on global variables. With JavaScript: The Good Parts, you can release this elegant programming language from its old shell, and create more maintainable, extensible, and efficient code.
The book's topics include:
* Syntax
* Objects
* Functions
* Inheritance
* Arrays
* Regular expressions
* Methods
* Style
* Beautiful features
Appendices summarize JavaScript's bad parts and awful parts. But the greatest benefit of studying the good parts is that you can avoid the need to unlearn the bad parts. If you want to learn more about the bad parts and how to use them badly, consult any other JavaScript book.
JavaScript is the language of the Web -- the only language found in all browsers -- so avoiding it altogether is not an alternative. But, whether you're managing object libraries or just trying to get Ajax to run fast, Crockford's guidance in JavaScript: The Good Parts will help you create truly effective JavaScript code.
##作者写得很有调调,这门语言就像是他自己的一件作品一样。字里行间透着自信,因为对语言太了解了,编程语言书籍典范之一种。Functions一章最有料,也最喜欢。
评分##重新读了一遍。当年读的时候真的什么也不懂,只觉得这本书里的JS似乎更清晰。 重读的最大收获不是在于了解到一些好的习惯和坏语法特性的处理方案,而是在于发现:可以设计语言的子集来形成一种代码规范。 类型系统,代码规范的文档,代码评审的流程,都是规避错误的一种方法,...
评分##js之所以被人误解,有些人推崇,有些人瞧不上。 是因为: 在语言设计上,其借鉴了多种语言,函数式和命令式语言都有,原型链式语言,多年后,在我了解了sicp后,才发现,原来js一些设计思路,如此的倾向lisp js的创造者应该是语言的专家,通晓编程语言的设计,但当年可能时间...
评分 评分##if you want to read this book, you can almost skip the first two chapters, the first chapter is about why good parts, why JS is a great language. chapter 2 is merely a language syntax reference, i think this is totally against what the author indicated earl...
JavaScript pdf epub mobi txt 电子书 下载