Case sensitivity #2
Labels
good first issue
Community support is welcomed on this issue. An issue that is recommended for new contributors.
Status: To do
A planned feature.
Type: Enhancement
A request for a new feature.
Type: Maintenance
Something that is being worked on to improve the quality of it.
Certain API can only be referenced via upper case.
Will return different results. The first API call is the valid one. Whereas the second one will always return the wrong result.
There should also be a standard on which casing is preferred in the module.
In the following API upper case is seen to be a preference as pButtonName is passed down in upper case, but it is not really concreted as the preference anywhere else.
Find a preferred casing and make the module use that casing throughout the module.
Allow different casing to be resolved in the internals of the module.
So that
will internally be the same as
The text was updated successfully, but these errors were encountered: