Change record status: 
Introduced in branch: 
Introduced in version: 
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