Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 368 Bytes

prefer-inline-decorator.md

File metadata and controls

11 lines (6 loc) · 368 Bytes

Pattern: Use of multi-line decorator

Issue: -

Description

Ensures that declarations are on the same line as its decorator(s). Placing the decorator on the same line usually makes for shorter code and still easily identifies the declarations.

Further Reading