Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Depends on the language and it's standards or most commonly used naming standard. 🤗
-
yarwest27158yAllClasses
allVariablesAndFunctions
the_pages (looks a little nicer in the browser IMO)
Oh yeah and tables and columns are either all-caps or all lower case -
ac123511478yUse camelCase on uppercase stuff and snake_case on lower case stuff.
Example:
my_function() ->
MyVariable = my_other_function(). -
Purexo828yIt depend of language.
snake_case for python (that make a little joke but it's convention)
CamelCase for Java
For examples -
tytho23168yI prefer to follow the standards of whatever language I'm using, which is generally camelCase. I think it's much less readable than snake_case though, which has all the worlds clearly separated.
Related Rants
Poll: camelCase or snake_case?
undefined
camel
snake