Function names document their use
| ID | NAMING-16 |
| Title | Names of functions should document their use. |
| Priority | Recommended |
| Severity level | 8 |
| Description | The names of functions should document their use. |
| Rationale | By choosing a clear and descriptive name, the code becomes more readable. |