Douglas Crockford
Appearance
Douglas Crockford (born 1955) is an American computer programmer and entrepreneur who is best known for his ongoing involvement in the development of the JavaScript language, for having popularized the data format JSON (JavaScript Object Notation), and for developing various JavaScript related tools such as JSLint and JSMin. He is currently a senior JavaScript architect at PayPal, and is also a writer and speaker on JavaScript, JSON, and related web technologies.
This scientist article is a stub. You can help out with Wikiquote by expanding it! |
Quotes
[edit]- The good thing about reinventing the wheel is that you can get a round one.
- In response to David Winer [1]
- Progress comes from finding better ways to do things. Don’t be afraid of innovation. Don’t be afraid of ideas that are not your own.
- In response to David Winer [2]
- JavaScript is built on some very good ideas and a few very bad ones. The very good ideas include functions, loose typing, dynamic objects, and an expressive object literal notation. The bad ideas include a programming model based on global variables.
- JavaScript: The Good Parts, 1.2. Analyzing JavaScript.