Java Clean Comments

Enforces comment and Javadoc hygiene in Java — no commented-out code, no author or ticket metadata, no comments restating the code, and Javadoc that documents contracts rather than repeating signatures. Use when writing or reviewing Java comments and Javadoc, and when the code shows commented-out blocks, TODO or FIXME banners, @author or date tags, boilerplate Javadoc, or documentation that no longer matches the method.

CasLubbers 9e9a7b3 3.6 KB Updated

File contents

CasLubbers/code-design-skills/tree/main/skills/java-clean-comments commit 9e9a7b39c6

Frequently asked questions

npx skillmds@latest add caslubbers/java-clean-comments