crockford-good-parts
Installation
SKILL.md
Douglas Crockford Style Guide
Overview
Douglas Crockford is the author of "JavaScript: The Good Parts" and creator of JSON. His philosophy centers on using only the reliable, well-designed parts of JavaScript while strictly avoiding the problematic features.
Core Philosophy
"JavaScript has some extraordinarily good parts. In JavaScript, there is a beautiful, elegant, highly expressive language that is buried under a steaming pile of good intentions and blunders."
"It is better to be clear than clever."
Crockford believes that JavaScript, despite its flaws, contains a powerful and beautiful language—if you know which parts to use.
Design Principles
-
Use the Good Parts: Stick to the reliable subset of the language.
-
Avoid the Bad Parts: Don't use features that are error-prone or confusing.