01Defines strict formatting rules for standalone vs. inline comments.
02Provides guidelines for avoiding and removing unnecessary comments.
03Includes language-specific conventions, such as GoDoc style for Go.
0411 GitHub stars
05Promotes explaining the 'why' of the code, not just the 'what'.
06Enforces the use of `//` for all multi-line comments.