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/01/20 17:48] – external edit 127.0.0.1 | public:computer:coding_rules [2021/12/07 14:54] (current) – [Coding Conventions] alex | ||
|---|---|---|---|
| Line 48: | Line 48: | ||
| + | ===== Coding Conventions ===== | ||
| + | |||
| + | ^ Coding Conventions | ||
| + | ^ name ^ description | ||
| + | | flatcase | ||
| + | | kebab-case \\ lisp-case \\ spinal-case \\ caterpillar-case \\ dash-case \\ hyphen-case | ||
| + | | camelCase | ||
| + | | PascalCase | ||
| + | | snake_case | ||
| + | | UPPER_CASE_SNAKE_CASE (UPPER_CASE) \\ MACRO_CASE | ||
| + | | COBOL-CASE \\ TRAIN-CASE | ||
| + | | undercore notation | ||
| + | | Hungarian Notation | ||
| + | |||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||