*When using CamelCase names, capitalize all letters of an abbreviation (e.g. HTTPServer)* Camel Case -> `someMethod` Pascal Case -> `SomeMethod`
When using CamelCase names, capitalize all letters of an abbreviation (e.g. HTTPServer)
Camel Case ->
someMethodPascal Case ->
SomeMethod