There are several locations that compare scope.name, but we have to .toLowerCase() them. It would be good to establish a convention where scope.name is forced to lower case at construction, or store an all-lower-case version for these types of comparisons.
We should do an audit of the project to see how frequently we use scope.name. This could be a breaking change, but realistically people shouldn't be depending on scope.name, rather just using it to compare if scope is same as other scope.
There are several locations that compare
scope.name, but we have to.toLowerCase()them. It would be good to establish a convention wherescope.nameis forced to lower case at construction, or store an all-lower-case version for these types of comparisons.We should do an audit of the project to see how frequently we use scope.name. This could be a breaking change, but realistically people shouldn't be depending on scope.name, rather just using it to compare if scope is same as other scope.