Quotessence
Home / Quotes / Quote by Douglas Crockford

Quote by Douglas Crockford

“We see a lot of feature-driven product design in which the cost of features is not properly accounted. Features can have a negative value to customers because they make the products more difficult to understand and use. We are finding that people like products that just work. It turns out that designs that just work are much harder to produce that designs that assemble long lists of features.”

Quote by Douglas Crockford

Work

JavaScript: The Good Parts: The Good Parts

This book focuses on the most useful and practical aspects of JavaScript, providing a clear and concise overview of the language's core functionalities. more

Author

Douglas Crockford
Douglas Crockford

Douglas Crockford is a renowned computer programmer known for his contributions to the JavaScript programming language. He is the founder of JSON (JavaScript Object Notation) and has authored several books on JavaScript, which have significantly influenced the popularity and development of the language. more

You May Also Like

“I have been writing JavaScript for 8 years now, and I have never once found need to use an uber function. The super idea is fairly important in the classical pattern, but it appears to be unnecessary in the prototypal and functional patterns. I now see my early attempts to support the classical model in JavaScript as a mistake.”