Code Comments

Write and review code comments: when a comment earns its place versus self-documenting code, explaining why and intent rather than restating what, doc comments (docstrings, JSDoc/TSDoc, godoc, rustdoc, Javadoc) versus inline notes, TODO and FIXME conventions, avoiding comment rot and commented-out code, and the AI tendency to over-comment. Use when writing or reviewing comments, documenting an API, or cleaning up noisy or redundant comments.

Jylhis 99d09e2 2 files · 6.4 KB Updated

File contents

Jylhis/skills/tree/main/skills/engineering/code-comments commit 99d09e2426

Frequently asked questions

npx skillmds@latest add jylhis/code-comments