Say I have an acronym/abbreviation like AB.
Is there a convention for how the variable should be named if it is the first word of a camelCase?
In other words should it be * abTest * ABTest * AbTest
What if the acronym is more than 2 letters? Then should it be * httpTest * HttpTest
I know consistency is key, but if starting out, I feel perhaps the first option would be best?