'How to name symbols for blind programmers

How should I name the symbols I write in a way that they are read correctly by screen readers, so they do not create a barrier for blind programmers? By "symbols" I mean things like variables and function names.

For example, if I write a variable name as companyId, would it be read correctly? Or writing it as companyID would be better?

Opinionated answers between casing styles are not what I want. I just want a technical point of view if I should type HTTP over Http or Id over ID in order to help screen readers to spell it correctly.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source