Language Quote by Douglas Crockford
““JavaScript is a language with more than its share of bad parts.””
About This Quote
Source Interview: JavaScript: The Good Parts, 2008
JavaScript contains many design flaws that hinder clean code and maintainability.
In simple terms: JavaScript has many bad design choices.
Avoid using problematic features.
Themes
Mood
Type
When to use this quote
- web development
- teaching
- code review
- refactoring
Key Concepts
Questions to Reflect On
- Can you identify which features cause most bugs?
- How do you mitigate them?
Some bad parts are necessary for backward compatibility.