-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Update Calc x:Name values to begin with uppercase #62
Copy link
Copy link
Closed
Labels
Pri: 3codebase qualityIssues that are not bugs, but still might be worth improving (eg, code hygiene or maintainability)Issues that are not bugs, but still might be worth improving (eg, code hygiene or maintainability)help wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Description
Any and all occurrences of x:Name should use Pascal-case. Right now, it is inconsistent between views. The reasoning is that x:Name converts the object to be accessible as a property of the current view and properties should be Pascal-cased. I think this issue is easily fixed with a regex + replace.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Pri: 3codebase qualityIssues that are not bugs, but still might be worth improving (eg, code hygiene or maintainability)Issues that are not bugs, but still might be worth improving (eg, code hygiene or maintainability)help wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities