| Subcategories |
|
Computers & Internet |
|
|
|
|
|
|
| |
|
|
|
|
|
JavaScript: The Good Parts written by Douglas Crockford Studio : O'Reilly Media, Inc. by O'Reilly Media, Inc. Publisher : O'Reilly Media, Inc. Released : 2008-05-15 Availability : Usually ships in 1-2 business days Number of Items : 1 EAN : 9780596517748 Avg. Customer Rating: (based on 33 reviews)
List Price : $29.99 Our Price : $16.49
|
|
| |
|
Product Description |
|
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 scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code. Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables. When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including: Syntax Objects Functions Inheritance Arrays Regular expressions Methods Style Beautiful features The real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book. With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highlyexpressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must. |
| |
|
| |
|
50 good pages |
|
Not worth the price. The good part of "The Good Parts" was only about 50 pages. |
| |
|
A good book on an inadequate topic |
This is a short, well-written book that covers its topic, JavaScript, beautifully. Sadly, JavaScript is not a topic worthy of its own book.
With such limited built-in libraries and a major browser maker hostile to improving them, JavaScript exists only as a tool for manipulating web browsers. The challenges faced by JS programmers do not include language issues such as dynamic scoping or functions-as-objects, but the nonsensical, incompatible, browser document object models (DOMs).
As a book about the good parts of JavaScript, the DOM is not covered. Sadly, its not the good parts we need a book on. |
| |
|
Brilliant book |
If you already know that you need to escape a for each with hasOwnProperties, this book is not for you.
If, on the other hand, you're an experienced programmer who's just realizing that you need to get serious about JavaScript, this is a book you should have on your shelf next to the Rhino book by Flanagan. I've probably read mine about as much as the K&R book when I started on C. |
| |
|
Underwhelming |
There just isn't enough unique content in this book for it to stand alone and be sold at the book's cover price. To be fair, there's some good content in the book (some), but just not enough to be worthwhile. This entire book could've been a series of blog entries, or perhaps a section in an updated edition of the Rhino book.
I wouldn't recommend buying this book. However, if you're intent on getting a copy, look for used copies or copies at bargain prices (less than $10). |
| |
|
A good book |
It is easy to write bad code in javascript. This book helps you to avoid potential pitfalls and write clean and structured code. |
| |
|
|
|