Skip to content

Files

Latest commit

 

History

History
8 lines (6 loc) · 437 Bytes

Code-Conventions.md

File metadata and controls

8 lines (6 loc) · 437 Bytes
  • 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