Code Conventions - hmislk/hmis GitHub Wiki

  • Full Description need to be used as the name for the method
  • Full Description as the name of variables for public and class variables
  • Full Description as the name for local variables where methods expand than a single screen
  • May use short names for local variables if the full span is visible within a single screen

Follow all Java Code Conventions Referance