Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| public:computer:coding_rules [2018/02/14 23:06] – ↷ Page moved and renamed from ko:rules:coding to public:computer:coding_rules alex | 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:// | ||