awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dotnet avatar

dotnet/standardArchived

0
View on GitHub↗
3,040 Stars·417 Forks·MIT·1 Aufruf

Standard

This repo is building the .NET Standard

Features

  • Programming Language Standards - Formal API specifications for .NET implementations.

Star-Verlauf

Star-Verlauf für dotnet/standardStar-Verlauf für dotnet/standard

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Standard

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Standard.
  • airbnb/rubyAvatar von airbnb

    airbnb/ruby

    3,890Auf GitHub ansehen↗

    This project provides a collection of coding standard specifications, style guides, and configuration assets used to define automated rules for static code analysis in Ruby. It serves as a centralized set of RuboCop configurations and static analysis rules to ensure consistent syntax and idiomatic usage across a codebase. The project establishes a comprehensive Ruby style guide that defines naming conventions, indentation, and structural requirements. It utilizes a pluggable linting engine to enforce these standards through a defined set of patterns and constraints. The capability surface co

    Ruby
    Auf GitHub ansehen↗3,890
  • alexandru/scala-best-practicesAvatar von alexandru

    alexandru/scala-best-practices

    4,352Auf GitHub ansehen↗

    This project is a collection of curated guidelines and manuals for writing clean, idiomatic, and maintainable code in Scala. It serves as a comprehensive guide for Scala coding standards, functional programming design, and enterprise software architecture. The repository provides specific strategies for concurrency management, including patterns for actors, futures, and thread pools to ensure thread safety. It also contains a performance optimization manual focused on reducing memory allocations and managing garbage collection pressure to improve runtime efficiency. The guides cover a broad

    Auf GitHub ansehen↗4,352
  • bbatsov/clojure-style-guideAvatar von bbatsov

    bbatsov/clojure-style-guide

    4,095Auf GitHub ansehen↗

    This project provides a set of software architecture guidelines, Lisp coding standards, and functional programming patterns for Clojure development. It establishes best practices for implementing declarative logic and managing shared state through the use of persistent data structures and atomic references. The guide covers standards for documenting public APIs and organizing project directories to ensure portable library distribution. It details the application of consistent formatting and naming rules to improve source code readability and team collaboration. The scope extends to idiomatic

    Auf GitHub ansehen↗4,095
  • airbnb/javascriptAvatar von airbnb

    airbnb/javascript

    148,081Auf GitHub ansehen↗

    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 maintaining consistent code quality across projects. In addition to general language standards, the guide includes specific conventions for building and organizing user interface components. These guidelines address structural patterns, component lifecycle management, and stylistic rules

    JavaScriptarrow-functionses2015es2016
    Auf GitHub ansehen↗148,081
Alle 24 Alternativen zu Standard anzeigen→

Häufig gestellte Fragen

Was macht dotnet/standard?

This repo is building the .NET Standard

Was sind die Hauptfunktionen von dotnet/standard?

Die Hauptfunktionen von dotnet/standard sind: Programming Language Standards.

Welche Open-Source-Alternativen gibt es zu dotnet/standard?

Open-Source-Alternativen zu dotnet/standard sind unter anderem: airbnb/ruby — This project provides a collection of coding standard specifications, style guides, and configuration assets used to… alexandru/scala-best-practices — This project is a collection of curated guidelines and manuals for writing clean, idiomatic, and maintainable code in… bbatsov/clojure-style-guide — This project provides a set of software architecture guidelines, Lisp coding standards, and functional programming… bbatsov/emacs-lisp-style-guide — A community-driven Emacs Lisp style guide. chrisdone/elisp-guide. airbnb/javascript — This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It…