Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 269 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (6 loc) · 269 Bytes

To be updated

Please Follow Field Naming Conventions

  • Non-public, non-static field names start with m.
  • Static field names start with s.
  • Other fields start with a lower case letter.
  • Public static final fields (constants) are ALL_CAPS_WITH_UNDERSCORES