Why this matters
JSDoc improves code clarity, provides documentation for developers, and helps with IDE autocompletion. All classes, fields, and methods should be properly documented using JSDoc.
Ensure that all classes, fields, and methods are documented with JSDoc. JSDoc improves code clarity, provides documentation for developers, and helps with IDE autocompletion.
JSDoc improves code clarity, provides documentation for developers, and helps with IDE autocompletion. All classes, fields, and methods should be properly documented using JSDoc.
Side-by-side examples engineers can pattern-match during review.
// (no example provided)// (no example provided)From the same buckets as this rule.
For changes that affect architecture, data models, external APIs, security posture, deployment topology, or cost (>10%), create an ADR in docs/adr/ using the standard template (Context, Decision, Consequences) and link the PR and issue IDs.