awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Coding Standards · Awesome GitHub Repositories

5 repos

Awesome GitHub RepositoriesCoding Standards

Curated collections of language conventions and formatting rules designed to ensure code remains readable and maintainable.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Coding Standards. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Development Methodologies
  4. Engineering Best Practices
  5. Code Craftsmanship & Standards
  6. Coding Standards

Awesome Coding Standards GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • avelino/awesome-go

    avelino/awesome-go

    165,543GitHubView on GitHub↗

    This project serves as a comprehensive language ecosystem index, functioning as a centralized, community-curated directory for the Go programming language. It organizes a vast landscape of software components, libraries, and development tools into a structured, navigable hierarchy, enabling developers to efficiently di

    Goawesomeawesome-listgo
  • airbnb/javascript

    airbnb/javascript

    148,105GitHubView on GitHub↗

    This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaini

    JavaScriptarrow-functionses2015es2016
  • goldbergyoni/nodebestpractices

    goldbergyoni/nodebestpractices

    105,100GitHubView on GitHub↗

    This project provides a comprehensive collection of industry-standard guidelines for developing, testing, and deploying Node.js applications. It covers the entire software lifecycle, offering actionable advice on code style, architectural patterns, and security measures to ensure maintainability and consistency across

    Dockerfilebest-practiceses6eslint
  • obsproject/obs-studio

    obsproject/obs-studio

    70,458GitHubView on GitHub↗

    This project is a professional live video production suite designed for capturing, encoding, and broadcasting high-quality media. At its core, it features a real-time media processing engine that utilizes hardware acceleration to composite multiple audio and video sources with minimal latency. The application provides

    Ccc-plus-plusdirectshow
  • swiftlang/swift

    swiftlang/swift

    69,781GitHubView on GitHub↗

    Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. T

    C++

Explore sub-tags

  • AccessorsConventions for defining and using getter and setter methods.
  • Arrow Function ExpressionsUsage of arrow functions for lexical scoping and concise syntax.
  • Legacy Library ConventionsGuidelines for interacting with older DOM manipulation libraries.
Naming Conventions
Standardized naming patterns and structural conventions for code elements.