code-documentation
Documentation conventions for JavaScript code in this project. JSDoc section covers tag ordering (@param, @returns, @throws, @typedef, @emits, @public, @see), when to skip JSDoc, class documentation patterns including @name with Object.defineProperties, and async/Promise documentation. Inline comments section covers explaining why not what, guide comments, state transitions, workarounds, and coordinated change warnings. Apply when writing, refactoring, or reviewing JavaScript code — especially when adding or updating any kind of comment.
Changelog: Source: GitHub https://github.com/kixx-framework/kixx
No comments yet. Be the first one!