The code contains too many functions not complying with naming conventions

Why you should care

Complying with naming conventions make the source code easier to ready and so to maintain. Function names should start with an upper case and should not contain underscores OR should start with a lower case (but can contain underscores).

How we detect

CAST Highlight counts one occurrence each time a function is detected in source code as:

  • not starting with an uppercase and having underscores in their names
  • not starting with a lowercase and not having underscores in their names

References

5362

About CAST and Highlight’s Code Insights

Over the last 25 years, CAST has leveraged unique knowledge on software quality measurement by analyzing thousands of applications and billions of lines of code. Based on this experience and community standards on programming best practices, Highlight implements hundreds of code insights across 15+ technologies to calculate health factors of a software.