Skip to content

C++ Naming Style is not consistent for Methods #14

Description

@jenisys

By looking over the current state of implementation of this repository,
I noticed that the C++ naming style seems to be not consistent related to methods:

  • lvglpp::LvDisplay::Rotate() method
  • lvglpp::LvDisplay::getWidth() method (counter-example in same class)
  • lvglpp::LvScr::Load() method

Most method names that I have seen start with lowercase letter (using camelCase).
The ones above start with uppercase letter (using CamelCase).

DESIRED:

  • Use one naming scheme consistently
  • Correct the few exceptions where the method name starts with uppercase letter (because most methods start with lower case letter).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions