
small language changes ## Review A dedicated reviewer checked the rule description successfully for: - [ ] logical errors and incorrect information - [ ] information gaps and missing content - [ ] text style and tone - [ ] PR summary and labels follow [the guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule)
6 lines
324 B
Plaintext
6 lines
324 B
Plaintext
== Why is this an issue?
|
|
|
|
When a source file grows too much, it can accumulate numerous responsibilities and become challenging to understand and maintain.
|
|
|
|
Above a specific threshold, refactor the file into smaller files whose code focuses on well-defined tasks. Those smaller files will be easier to understand and test.
|