microsoft / axe-windows

Automated accessibility testing engine for Windows applications
MIT License
136 stars 62 forks source link

chore: Use PascalCase for method names #809

Closed DaveTryon closed 1 year ago

DaveTryon commented 1 year ago

Details

I recently noticed some camelCase function names when we want to use PascalCase. I found a way to set this in the .editorconfig file and fixed the cases that I was able to locate. One case removed the underscore prefix that was used to mark an internally available function. I renamed it to reflect the fact that it's non-locking (the conflicting version is locking and calls the non-locking version).

Motivation

Code consistency

Context

Pull request checklist