@nowster @davidallengreen @morfydd it’s called Camel Case, popular with unix users over the years, and makes hashtags much more accessible - https://en.m.wikipedia.org/wiki/Camel_case
Start the #hashTag with lower case, but use upper case for the first letter of each new word.
@witewulf @nowster @davidallengreen @morfydd for screen-reader purposes i don’t expect the case of the *first* letter to matter. It’s basically just as a word separator so it can read it out as the constituent words.
That detail matters for standard style in various programming languages; eg: Java & related: CamelCase for class/type names, camelCase for method/property/variable names.
@witewulf @nowster @davidallengreen @morfydd You can use #camelCase or you can use #PascalCase. Either will do.
(I note that according to Wikipedia, camel case can start with upper case, too, if you want.)
@jtonline @witewulf @nowster @davidallengreen @morfydd
Why is it PascalCase?
@Sarahw sorry, that was poorly worded on my part. There’s absolutely no reason why you should start with lower case in a hashtag on here.
But in the computing/programming practice of camelCase it’s often common to start with lowercase. It’s very much a personal preference thing, though, with no official standard.