Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-9387

Rename classes, methods, instance variables using OOP conventions

    • Type: Icon: Technical Debt Technical Debt
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: 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:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            tammy.bailey@mongodb.com Tammy Bailey (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: