Infastidito da un nome maiuscolo di una lettera sconosciuta

3

Questa domanda secondaria mi infastidisce: Has_This_Case_A_Name?

Ecco cosa ho trovato, ma This_Case_Is_Missing:

+---------------------------------------+---------------+
|                 Names                 |    Example    |
+---------------------------------------+---------------+
| camelCase, lowerCamelCase             | thisIsACat    |
| UpperCamelCase, PascalCase, BumpyCase | ThisIsACat    |
+---------------------------------------+---------------+
| kebab-case, spinal-case, lisp-case    | this-is-a-cat |
| COBOL-CASE                            | THIS-IS-A-CAT |
| Train-Case                            | This-Is-A-Cat |
+---------------------------------------+---------------+
| snake_case                            | this_is_a_cat |
| SCREAMING_SNAKE_CASE, MACRO_CASE      | THIS_IS_A_CAT |
| ???                                   | This_Is_A_Cat |
+---------------------------------------+---------------+

Fonti:

posta sp00m 16.06.2016 - 10:25
fonte

1 risposta

7

Questo caso è utilizzato nel linguaggio di programmazione ADA:

WikiWand - Naming Convention # ADA

Questa convenzione è conosciuta come Mixed_Case_With_Underscores o Ada_Case .

    
risposta data 04.05.2018 - 10:40
fonte

Leggi altre domande sui tag