[Bug]: Use meaningful variable names in this repo #50
Labels
state:needs-owner
Needs an issue owner to be assigned
state:needs-triage
Needs to triaged to determine next steps
state:stale
Has not been updated in a long time
type:bug
Something isn't working
urgency:low
Little to no impact
Is there an existing issue for this?
Current Behavior
Code has variable names that do meet the EDK II C Coding Standards Specification.
Specifically, refer to v2.20 3.1 Naming.
For example, in DfciPkg/SettingsManager/SettingsManagerProvider.c:
Variable names
v
andb
poorly describe the variable. This is a single example, but the issue tracks fixing this in the whole package. This impacts maintainability of the code.Expected Behavior
Relevant, precise, and useful variable names.
Steps To Reproduce
Review code in the repo.
Build Environment
Version Information
Urgency
Low
Are you going to fix this?
Someone else needs to fix it
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
The text was updated successfully, but these errors were encountered: