Naming Conventions (NC)

Description:

Example:

   class myClass {
       static final int max_size = 10;
   
       void MyMethod() {
           int Var;
       }
   }