Naming convention (programming): Difference between revisions

Content deleted Content added
m Added links.
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
Line 112:
|-
|<code>TwoWords</code>
|PascalCase, UpperCamelCase</ref>
|PascalCase, UpperCamelCase, StudlyCase<ref>{{Cite web|title=PSR-1: Basic Coding Standard - PHP-FIG|url=https://www.php-fig.org/psr/psr-1/|access-date=2020-09-04|website=www.php-fig.org|language=en}}</ref>
|-
|<code>two_words</code>