Rename classes, methods, instance variables using OOP conventions

XMLWordPrintableJSON

    • Type: Technical Debt
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • 5

      Rename classes, methods, and variables using the conventions below. Refer to the naming section of the google style guide for details.

      • Class names should be nouns that are simple and descriptive.
      • Methods should be verbs and describe an action the class can perform.
      • Variable names should be mnemonic. One-character variable names should be avoided.
      • Update variable names to use units where it makes sense to do so.
      • Do not use acronyms and/or abbreviations.
      • Names should be descriptive enough to be immediately understandable by a new reader.

              Assignee:
              [DO NOT USE] Backlog - Storage Engines Team
              Reporter:
              Tammy Bailey (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: