snake_case
/sneɪk keɪs/
noun — “the naming style where words slither along with underscores connecting them.”
Snake_case is a naming convention in programming where all letters are lowercase and words are separated by underscores (_). This style is widely used for variable names, function names, file names, and database columns, particularly in languages like Python, Ruby, and C, where hyphens or spaces are not allowed. The underscores serve as visible boundaries between words, improving readability without relying on capitalization.
PascalCase
/ˈpæskəl keɪs/
noun — “the naming style where every word stands tall like soldiers in formation.”
PascalCase is a naming convention in programming where each word in an identifier begins with an uppercase letter and there are no spaces or separators between words. This style is often used for class names, constructor functions, namespaces, and sometimes constants, depending on language-specific conventions. It’s closely related to camelCase, but the first word is capitalized, giving identifiers a distinctive, formal look.
Kebab-Case
/ˈkɛb.æb keɪs/
noun — “the naming style where words are politely skewered together with hyphens and served lowercase.”
camelCase
/ˈkæm.əl.keɪs/
noun — “the naming style where words huddle together and capital letters pop up like camel humps.”
Peer Programming
/pɪər ˈproʊɡræm.ɪŋ/
noun — “two brains, one keyboard, endless debates over semicolons and variable names.”
Code Quality
/koʊd ˈkwɒl.ɪ.ti/
noun — “the invisible armor that keeps your software from collapsing into chaos.”
Code Review
/koʊd rɪˈvjuː/
noun — “the polite way of letting someone else tell you that your code is cute but kind of broken.”
Variable Scope
/ˈver.i.ə.bəl skoʊp/
noun — “the invisible fence that decides where your variables can roam freely and where they’re grounded.”
Naming Convention
/ˈneɪ.mɪŋ kənˈven.ʃən/
noun — “the unwritten rulebook that keeps your variables from turning into a spaghetti monster.”
Variable Naming
/ˈver.i.ə.bəl ˈneɪ.mɪŋ/
noun — “the art of giving your variables a name that won’t make future-you cry at 3 a.m.”