Root.Formatting.Length.FileLength |
Parent | Index |
Sibling aspects | LineLength |
FileLength
Number of lines found in a file.
Tastes
Taste | Meaning | Values |
---|---|---|
max_file_length |
Maximum number of line for a file | 999 |
* bold denotes default value
Subaspects
This aspect does not have any sub aspects.
Example
Importance
Too long programs (or files) are difficult to read, maintain and understand.
How to fix this
Splitting files into modules, writing shorter methods and classes.