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
·
github avatar

github/objective-c-style-guideArchived

0
View on GitHub↗
1,666 Stars·241 Forks·3 Aufrufe

Objective C Style Guide

Archived Style guide & coding conventions for Objective-C projects

Features

  • Programming Language Standards - Official style and conventions for Objective-C.
  • Coding Standards - Style guide and idioms for Objective-C.

Star-Verlauf

Star-Verlauf für github/objective-c-style-guideStar-Verlauf für github/objective-c-style-guide

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 Objective C Style Guide

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Objective C Style Guide.
  • nytimes/objective-c-style-guideAvatar von NYTimes

    NYTimes/objective-c-style-guide

    5,822Auf GitHub ansehen↗

    This project provides a comprehensive set of standardized design patterns, naming conventions, and environment configurations for Objective-C development. It establishes a consistent framework for API design, memory management, and project organization to ensure codebases remain readable and maintainable across teams. The guide defines specific standards for namespace isolation using class prefixes and a structured system for naming assets. It outlines architectural patterns for delegate protocols and error handling mechanisms intended to improve type safety and clarity. Coverage extends to

    Auf GitHub ansehen↗5,822
  • github/swift-style-guideAvatar von github

    github/swift-style-guide

    4,762Auf GitHub ansehen↗

    This project is a set of coding standards, architectural patterns, and type safety guidelines for writing Swift source code. It provides a framework for maintaining clean and maintainable code through established conventions and formatting rules. The guide prioritizes composition over class inheritance by favoring value types and final classes. It establishes a policy for access control to manage boundaries between internal logic and external components through explicit visibility modifiers. The standards cover type safety optimization through immutable bindings and safe optional handling. A

    Auf GitHub ansehen↗4,762
  • 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
Alle 30 Alternativen zu Objective C Style Guide anzeigen→

Häufig gestellte Fragen

Was macht github/objective-c-style-guide?

Archived Style guide & coding conventions for Objective-C projects

Was sind die Hauptfunktionen von github/objective-c-style-guide?

Die Hauptfunktionen von github/objective-c-style-guide sind: Programming Language Standards, Coding Standards.

Welche Open-Source-Alternativen gibt es zu github/objective-c-style-guide?

Open-Source-Alternativen zu github/objective-c-style-guide sind unter anderem: nytimes/objective-c-style-guide — This project provides a comprehensive set of standardized design patterns, naming conventions, and environment… github/swift-style-guide — This project is a set of coding standards, architectural patterns, and type safety guidelines for writing Swift source… airbnb/ruby — This project provides a collection of coding standard specifications, style guides, and configuration assets used to… 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. alexandru/scala-best-practices — This project is a collection of curated guidelines and manuals for writing clean, idiomatic, and maintainable code in…