Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 170 Bytes

too-many-statements.md

File metadata and controls

7 lines (4 loc) · 170 Bytes

Pattern: Too many statements

Issue: -

Description

Used when a function or method has too many statements. You should then split it in smaller functions or methods.