rspec/rules/S104/rule.adoc
cynthiabethea e0d75f026a
Cyn/modify s104 layc language edits (#2594)
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)
2023-07-20 18:08:19 +01:00

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.