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

raywenderlich/objective-c-style-guide

0
View on GitHub↗
3,086 Stars·615 Forks·2 Aufrufewww.raywenderlich.com/62570/objective-c-style-guide↗

Objective C Style Guide

A style guide that outlines the coding conventions for Kodeco

Features

  • Mobile Development Guides - Community-standard Objective-C style guide.
  • Books and Guides - Standardized coding conventions for Objective-C projects.
  • Coding Standards - Coding habits and style guide.
  • Style Guides - Objective-C coding conventions.

Star-Verlauf

Star-Verlauf für raywenderlich/objective-c-style-guideStar-Verlauf für raywenderlich/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.
  • raywenderlich/swift-style-guideAvatar von raywenderlich

    raywenderlich/swift-style-guide

    13,173Auf GitHub ansehen↗

    This project is a collection of Swift coding standards and static analysis rules designed to ensure consistency across Swift projects. It provides a defined set of naming conventions and structural guidelines to maintain a shared style for teams. The repository centers on a SwiftLint configuration used to automate the detection and correction of style violations in source code. This configuration enables automated style enforcement, ensuring that code adheres to organizational standards without requiring manual review. The guidelines cover the standardization of code formatting, naming, and

    Auf GitHub ansehen↗13,173
  • 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
  • futurice/ios-good-practicesAvatar von futurice

    futurice/ios-good-practices

    10,976Auf GitHub ansehen↗

    This project provides a set of development guidelines and architectural recommendations for building iOS applications. It focuses on structuring Swift applications to decouple business logic from the user interface to improve testability and maintenance. The project covers specific implementation standards for security, such as using keychain storage for sensitive data and TLS certificate pinning for network traffic. It also defines patterns for code quality enforcement through static analysis and compiler configurations, as well as strategies for asset and localization management. The guide

    Auf GitHub ansehen↗10,976
  • github/objective-c-style-guideAvatar von github

    github/objective-c-style-guide

    1,666Auf GitHub ansehen↗

    Archived Style guide & coding conventions for Objective-C projects

    Auf GitHub ansehen↗1,666
Alle 28 Alternativen zu Objective C Style Guide anzeigen→

Häufig gestellte Fragen

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

A style guide that outlines the coding conventions for Kodeco

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

Die Hauptfunktionen von raywenderlich/objective-c-style-guide sind: Mobile Development Guides, Books and Guides, Coding Standards, Style Guides.

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

Open-Source-Alternativen zu raywenderlich/objective-c-style-guide sind unter anderem: raywenderlich/swift-style-guide — This project is a collection of Swift coding standards and static analysis rules designed to ensure consistency across… github/swift-style-guide — This project is a set of coding standards, architectural patterns, and type safety guidelines for writing Swift source… futurice/ios-good-practices — This project provides a set of development guidelines and architectural recommendations for building iOS applications.… github/objective-c-style-guide — **Archived** Style guide & coding conventions for Objective-C projects. nytimes/objective-c-style-guide — This project provides a comprehensive set of standardized design patterns, naming conventions, and environment… soffes/812796.