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.
更新日志: Source: GitHub https://github.com/kixx-framework/kixx
还没有评论,快来第一个发言吧。