JavaScript: The Good Parts

Author: Douglas Crockford
Publisher: Yahoo Press, 2008
Pages: 176
ISBN: 978-0596517748
Aimed at: JavaScript developers doing more than scripts
Rating: 4.5
Pros: A fresh and insightful account
Cons: There's lots more to say
Reviewed by: Ian Elliot

If you think that this seminal book is has lost its relevance think again. It may only be 176 pages long and it may have been published in 2008, which is a long time ago for a book on any computer topic, but it is still essential reading.

The author, Douglas Crockford, who is the creator of JSON and JSLint had been writing about aspects of JavaScript for a while  and this book is his distilled wisdom. The book has also given rise to some follow on titles with "The Good Parts" as a subtitle. Don't be fooled. You have to evaluate each one on its merits because the idea of a book on "the Good Parts" is really only a natural for a language like JavaScript and with an author who knows the deeper ideas locked up in a topic.

In this case you can rest assured that it is a classic. This is not a book for the JavaScript beginner - it's an eye opener for JavaScript programmers who think that the language is obvious or not very sophisticated. JavaScript is in fact revealed to be a dynamic language with a unique approach to many conventional things such as objects and functions.

The book has ten short chapters:

  • Syntax
  • Objects
  • Functions
  • Inheritance
  • Arrays
  • Regular expressions
  • Methods
  • Style
  • Beautiful features

and each one is worth reading.

The key idea explained in the book is JavaScript's approach to objects which is quite different to other languages. If you are writing JavaScript as if it really was just a scripting language then you probably won't be using its object-oriented features and you won't need this book. If you see JavaScript as playing a key role in your web app then this book shows you how to use it in sophisticated ways that will make your app better in many ways.

You won't get anything much from the book if you are simply interested in getting a few web page scripts to work correctly across browsers. This is about JavaScript as an application-building language on a par with C# or full Java. From the point of view of someone just trying to make a script work this appears to be academic nonsense. It isn't.

About the only problem with the book is that occasionally it fails to explain the principle well enough in isolation. You have to read the example, try and understand it and then re-read the explanation to see what it means. It also doesn't cover lots of practical aspects of using Javascript - compression, efficiency in general, Ajax, the DOM and so on and there are few hints-and-tips level topics. In fact there are lots and lots of topics not covered by such a slim volume - think of this as the high-level theory of JavaScript.

The book also highlights the lack of a really good and complete account of the language that treats it logically and in its own style rather than trying to make it look like classical object-oriented languages. This books contains some of the material that is needed but it runs out of steam far too soon.

This is one of the books you have to read if you hope to be a JavaScript expert.

Highly recommended.

Banner


The AWK Programming Language, 2nd Ed

Author: Alfred V. Aho, Brian W. Kernighan and Peter J. Weinberger
Publisher: Addison-Wesley
Pages: 240
ISBN: 978-0138269722
Print: 0138269726
Kindle: B0CCJ1N4X3
Audience: Developers interested in Awk
Rating: 5
Reviewer: Kay Ewbank

The name Brian Kernighan among the authors of this updated classic raises  [ ... ]



Bare Metal C

Author: Steve Oualline
Publisher: No Starch Press
Date: August 2022
Pages: 304
ISBN: 978-1718501621
Print: 1718501625
Kindle: B08YJB9BCF
Audience: C programmers
Rating: 3
Reviewer: Harry Fairhead
Bare metal C sounds exciting and very basic. Time to find out how the machine really works.


More Reviews

Last Updated ( Wednesday, 05 July 2023 )