Camel case and snake case: Difference between revisions

Content added Content deleted
mNo edit summary
(new task)
Line 2: Line 2:


Two common conventions for naming of computer program variables are '''Snake Case''' and
Two common conventions for naming of computer program variables are '''Snake Case''' and
'''Camel case'''.
'''Camel Case'''.


'''Snake case''' variables are generally all lower case, with an underscore between words in the
'''Snake case''' variables are generally all lower case, with an underscore between words in the