lang:recommandation:codingstyle
Convention de nommage
| Convention de dénomination | Format |
|---|---|
| Camel Case (Lower Camel Case, Dromedary Case) | camelCase |
| Kebab Case (Dash Case, Lisp Case, Spinal Case) | kebab-case |
| Snake Case (Pothole Case) | snake_case |
| Pascal Case (Upper Camel Case, Studly Case) | PascalCase |
| Flat Case | flatcase |
| Upper Flat Case | UPPERFLATCASE |
| Screaming Snake Case (Macro Case, Constant Case) | SCREAMING_SNAKE_CASE |
| Camel Snake Case | camel_Snake_Case |
| Pascal Snake Case | Pascal_Snake_Case |
| Train Case (HTTP Header Case) | Train-Case |
| Cobol Case (Screaming Kebab Case) | COBOL-CASE |
Convention de dénomination des variables Archive du 02/09/2022 le 26/07/2023
lang/recommandation/codingstyle.txt · Dernière modification : de root
