xls
xls copied to clipboard
Rename IO and similar initialism to only have the first letter in caps (ex. Io).
C++ style guide https://google.github.io/styleguide/cppguide.html#General_Naming_Rules suggests that initialism such as IO and RPC be written as Io and Rpc in names.
This issue is to rename IO and similar initialism to only have the first letter in caps (ex. Io).