By jonathan1055 on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
Introduced in version:
Issue links:
Description:
The current coding standard for commenting states that an inline comment must be followed immediately by a code line.
This rule is now relaxed, and the new standard can be summarized as "An inline comment should be followed immediatey by a code line or a blank line followed by another comment."
See the proposed text in the issue for examples.
Impacts:
Module developers