naming-conventions

Open-source projects categorized as naming-conventions

Top 10 naming-convention Open-Source Projects

  • javascript

    JavaScript Style Guide

  • Project mention: Decoding JavaScript Variables: A Comprehensive Overview | dev.to | 2024-04-21

    // Follow Established Style Guides // Adhere to established style guides such as Airbnb JavaScript Style Guide or Google JavaScript Style Guide to maintain consistency across your codebase. // These style guides provide comprehensive rules and recommendations for variable naming, declaration, and usage. // Example: Airbnb JavaScript Style Guide // https://github.com/airbnb/javascript /** * Represents a person with a given name and age. * @typedef {Object} Person * @property {string} name - The name of the person. * @property {number} age - The age of the person. */ /** * Create a new person. * @param {string} name - The name of the person. * @param {number} age - The age of the person. * @returns {Person} - The newly created person object. */ function createPerson(name, age) { return { name, age }; } const person1 = createPerson("John", 30); const person2 = createPerson("Jane", 25); console.log(person1); console.log(person2);

  • naming-cheatsheet

    Comprehensive language-agnostic guidelines on variables naming. Home of the A/HC/LC pattern.

  • Project mention: My team lead always fails my code | /r/developersIndia | 2023-06-28

    This guide is my go-to recommendation for freshers for "naming things": https://github.com/kettanaito/naming-cheatsheet

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • ue5-style-guide

    An attempt to make Unreal Engine 4 projects more consistent

  • Project mention: Why does the documentation say to use naming conventions like SKEL, SK, PHYS for Skeleton, Skeletal Mesh, Physics Asset, but all the start content use other abbreviations like SK, SKM and PA instead? | /r/unrealengine | 2023-12-11

    Doesn’t matter what you use, as long as it’s consistant. Epic changed their recommendations for skeletal meshes and skeletons between UE 4 and 5, hence the inconsistency. Michael Allar’s UE style guide is a common, long standing one. Personally I use whatever Epic’s current standard is, or what my team is using. It’s also fine to not prefix stuff, but it helps for consistency and searchability. It’s honestly more important to name things well, with cascading specificity: assetprefix_assettype_assetsubtype00 e.g. SM_Rock_Desert01, SM_Foliage_Bush_Dry_Small01 etc.

  • swift

    Airbnb's Swift Style Guide (by airbnb)

  • naming-convention

    Templates for naming convention - TSQL, JavaScript, C#, R, Python, Powershell

  • awesome-naming

    A curated list for when naming things is done right.

  • Project mention: Naming | news.ycombinator.com | 2023-10-27
  • eslint-plugin-check-file

    ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder.

  • Project mention: An ESlint plugin for consistent filename and folder naming. Allows you to enforce a consistent naming pattern for the filename and folder. | /r/coolgithubprojects | 2023-05-16
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • pep8-naming

    Naming Convention checker for Python

  • PHES-ODM

    The Public Health Environmental Surveillance Open Data Model (PHES-ODM, or ODM). A data model, dictionary and support tools for environmental surveillance.

  • Automate-RX-style

    A non-official Llamalab Automate style guide

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

naming-conventions related posts

Index

What are some of the best open-source naming-convention projects? This list will help you:

Project Stars
1 javascript 141,848
2 naming-cheatsheet 13,629
3 ue5-style-guide 4,876
4 swift 2,260
5 naming-convention 1,793
6 awesome-naming 1,241
7 eslint-plugin-check-file 508
8 pep8-naming 491
9 PHES-ODM 51
10 Automate-RX-style 1

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com