Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| public:computer:coding_rules [2021/12/07 13:56] – [Coding Conventions] alex | public:computer:coding_rules [2021/12/07 14:54] (current) – [Coding Conventions] alex | ||
|---|---|---|---|
| Line 50: | Line 50: | ||
| ===== Coding Conventions ===== | ===== Coding Conventions ===== | ||
| - | ^ Coding Conventions ^^^ | + | ^ Coding Conventions |
| - | ^ name ^ description | + | ^ name ^ description |
| - | | kebab-case \\ lisp-case \\ spinal-case | + | | flatcase |
| - | | camelCase | + | | kebab-case \\ lisp-case \\ spinal-case \\ caterpillar-case \\ dash-case \\ hyphen-case |
| - | | PascalCase | + | | camelCase |
| - | | snake_case | + | | PascalCase |
| - | | UPPER_CASE_SNAKE_CASE | + | | snake_case |
| + | | UPPER_CASE_SNAKE_CASE | ||
| + | | COBOL-CASE \\ TRAIN-CASE | ||
| + | | undercore notation | ||
| + | | Hungarian Notation | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||