I have a class named SSLXMLRPCServer. Should it be that or SslXmlRpcServer?
Consistently capitalize acronyms in camel-case API parameters, variables, etc.
The camelCasing convention, used only for parameter names, capitalizes the first character of each word except the first word, as shown in the following examples. As the example also shows, two-letter acronyms that begin a camel-cased identifier are both lowercase.
Some abbreviations may contain a mix of capital and lowercase letters. Prepositions like of, for example, may be represented by a lowercase letter in an acronym that is otherwise capitalized.
It should be SSLXMLRPCServer, to match the standard library classes like SimpleXMLRPCServer, CGIXMLRPCRequestHandler, etc.
Adopting a naming convention that differs from equivalents in the standard library is only going to confuse people.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With