Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify member variable naming #9061

Open
vaxerski opened this issue Jan 14, 2025 · 3 comments
Open

Unify member variable naming #9061

vaxerski opened this issue Jan 14, 2025 · 3 comments
Labels
help wanted Extra attention is needed Minor This bug has a minor impact on Hyprland's usability

Comments

@vaxerski
Copy link
Member

Description

If someone is bored, can you unify member variable naming? I've initially used hungarian + m, m_bBooleanValue but then I stopped, if someone can just move it to camel + m_ for members it would be nice. (m_value, m_speed, m_amogus)

obviously m_ for members of classes / structs

@vaxerski vaxerski added help wanted Extra attention is needed Minor This bug has a minor impact on Hyprland's usability labels Jan 14, 2025
@ninetailedtori
Copy link
Contributor

I could for sure :)
Lemme go through it all with a linter or smth, I'll write up a linter format for hypr :)

@vaxerski
Copy link
Member Author

we have clang-tidy, if you know how to write a lint rule for that and auto apply it, would be appreciated

@ninetailedtori
Copy link
Contributor

Ah, yea I can do that :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed Minor This bug has a minor impact on Hyprland's usability
Projects
None yet
Development

No branches or pull requests

2 participants