Rule Definition
Using a naming convention makes the source code easier to read and therefore to maintain.
Remediation
Modify the source code to reduce the number of Functions and Methods that do not respect the naming convention.
Violation Code Sample
function MyCompanyTest(){
}
Fixed Code Sample
function myCompanyTest(){
}
Related Technologies
Technical Criterion
Documentation - Naming Convention Conformity
About CAST Appmarq
CAST Appmarq is by far the biggest repository of data about real IT systems. It's built on thousands of analyzed applications, made of 35 different technologies, by over 300 business organizations across major verticals. It provides IT Leaders with factual key analytics to let them know if their applications are on track.