Sometimes comments like that are good- I totally support adding comments in code ex. to document what algorithm you are using.
Also, (quote not from public channels, but idc)
Assembly code, when heavily optimized, is virtually unreadable to mortals.
Since the "no comments except api docs" rule works because your code should be clean and readable even without comments, when your code is optimized to the point of obfuscation you should comment your code (as the rule no longer holds).
Also, (quote not from public channels, but idc)
commandblockguy wrote:
The "no comments except API" rule absolutely does not apply to assembly
Assembly code, when heavily optimized, is virtually unreadable to mortals.
Since the "no comments except api docs" rule works because your code should be clean and readable even without comments, when your code is optimized to the point of obfuscation you should comment your code (as the rule no longer holds).