Pattern: Chained method call on single line
Issue: -
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.
Pattern: Chained method call on single line
Issue: -
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.