-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
good first issueThis issue is easy to resolve for a noviceThis issue is easy to resolve for a noviceinconsistencyIssues that break convention rather than being faulty implementationsIssues that break convention rather than being faulty implementations
Description
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.
Metadata
Metadata
Assignees
Labels
good first issueThis issue is easy to resolve for a noviceThis issue is easy to resolve for a noviceinconsistencyIssues that break convention rather than being faulty implementationsIssues that break convention rather than being faulty implementations