Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 387 Bytes

newline-per-chained-call.md

File metadata and controls

13 lines (7 loc) · 387 Bytes

Pattern: Chained method call on single line

Issue: -

Description

Requires that chained method calls be broken apart onto separate lines.

Rationale: This style helps to keep code vertical, avoiding the need for side-scrolling in IDEs or text editors.

Further Reading