lvgl / lv_binding_cpp

[WIP] C++ binding for LVGL
MIT License
46 stars 20 forks source link

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

Open jenisys opened 5 months ago

jenisys commented 5 months ago

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:

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

DESIRED: