About 938,000 results
Open links in new tab
  1. Naming convention (programming) - Wikipedia

    In computer programming, a naming convention is a set of rules for choosing the character sequence to be used for identifiers which denote variables, types, functions, and other entities in source code and …

  2. Programming naming conventions (explained by a snake)

    Jan 15, 2023 · Improve your code readability and consistency with this guide to programming naming conventions. Covers styles, standards, and language-specific tips.

  3. Coding with Style: A Thorough Guide to Programming Naming Conventions

    Sep 2, 2024 · In this comprehensive guide, we‘ll cover the most popular naming conventions including camelCase, snake_case, kebab-case and more. You‘ll learn the history, appropriate usage, pros and …

  4. General Naming Conventions - Framework Design Guidelines

    Oct 22, 2008 · This section describes general naming conventions that relate to word choice, guidelines on using abbreviations and acronyms, and recommendations on how to avoid using language …

  5. Naming Conventions: Everything You Need to Know When Assessing Naming

    What Are Naming Conventions? Naming conventions are rules and guidelines for naming things in programming, like variables, functions, and classes. These rules help make code easier to read and …

  6. PEP 8 – Style Guide for Python Code | peps.python.org

    Jul 5, 2001 · This document gives coding conventions for the Python code comprising the standard library in the main Python distribution. Please see the companion informational PEP describing style …

  7. Programming Naming Conventions – Camel, Snake, Kebab, and …

    Aug 22, 2022 · If you've been programming for a while, you may have heard the words "camel case" or "pascal case". And maybe you're wondering what those terms mean. Well, let me explain. What are …

  8. File Naming Conventions | Data Management

    To maximize access to your records, we recommend establishing a naming convention for your files. A file naming convention is a framework for naming your files in a way that describes what they contain …

  9. Naming Conventions in Programming - DEV Community

    May 30, 2024 · Naming conventions are a set of rules and guidelines that are used to define the names of variables, functions, classes, and other entities in programming. These conventions help ensure …

  10. Naming Conventions Best Practices for Clear Documentation

    May 18, 2025 · What Are Naming Conventions? Naming conventions are predefined guidelines that outline how to label and organize elements like files, variables, classes, and other components in a …