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

Resolve shadowing parameters/variables #269

Open
no-lex opened this issue Oct 26, 2023 · 0 comments
Open

Resolve shadowing parameters/variables #269

no-lex opened this issue Oct 26, 2023 · 0 comments
Labels
good first issue This issue is easy to resolve for a novice inconsistency Issues that break convention rather than being faulty implementations

Comments

@no-lex
Copy link
Member

no-lex commented Oct 26, 2023

There are many parts of the code, which if -Wshadow is enabled, will indicate that parameters are shadowing (taking the same name as) existing variables. This can be highly confusing and generally not necessary, and it should be possible to resolve at least most of these variable naming issues.

@no-lex no-lex added inconsistency Issues that break convention rather than being faulty implementations good first issue This issue is easy to resolve for a novice labels Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue This issue is easy to resolve for a novice inconsistency Issues that break convention rather than being faulty implementations
Projects
None yet
Development

No branches or pull requests

1 participant