About 901,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 – 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 …

  3. Basics 7: Naming Conventions and Best Practices in Programming

    Jan 1, 2025 · In this blog, let’s dive into the world of naming conventions and best practices that every programmer should know.

  4. 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 …

  5. 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.

  6. 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 …

  7. 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 …

  8. 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 …

  9. 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 …

  10. Naming Conventions - Devopedia

    Feb 5, 2019 · Naming conventions lead to predictability and discoverability. A common naming convention, coupled with a consistent project structure, makes it easier to find files in a project.