Schlagwort: snake_case

  • How to name cases – naming conventions

    Did you ask yourself how to name the different cases of namings of files and folder structures? Maybe this helps you:

    • snake_case
    • SCREAMING_SNAKE_CASE
    • UpperCamelCase (PascalCase)
    • camelCase
    • kebab-case
    • SCREAMING-KEBAB-CASE

    Not sure if I covered most of the cases, but these are the ones I’m confronted with repeating.