Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 383 Bytes

no-single-line-block-comment.md

File metadata and controls

13 lines (7 loc) · 383 Bytes

Pattern: Single line block comment

Issue: -

Description

Avoid single line block comments and use single line comments instead.

Block comments do not nest properly and have no advantages over normal single-line comments.

Further Reading