Naming convention (programming): Difference between revisions

Content deleted Content added
Studly should be removed as an alternative for pascal case as they mean different things. The term "Studly" refers to a word that contains any amount of capital letters. Example: NoTPaScAlCasE would be considered a studly cased word but fails to conform to pascal cased standards.
Tag: references removed
m I failed to remove the closing < ***References:
Line 112:
|-
|<code>TwoWords</code>
|PascalCase, UpperCamelCase</ref>
|-
|<code>two_words</code>