You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docs)!: change naming convention for C++ types: lower_snake -> Upper_Snake
I don't like lower_snake_case for C++ types. It is hard to read for
newcomers and sometimes forces awkard naming of local variables and
member variables.
Change the convention of types to Upper_Snake_Case.
BREAKING CHANGE: A lot of code will need to be updated. These changes
will come in several patches later.
0 commit comments