awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
raywenderlich avatar

raywenderlich/objective-c-style-guide

0
View on GitHub↗
3,086 estrellas·615 forks·2 vistaswww.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.

Historial de estrellas

Gráfico del historial de estrellas de raywenderlich/objective-c-style-guideGráfico del historial de estrellas de raywenderlich/objective-c-style-guide

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Objective C Style Guide

Proyectos open-source similares, clasificados según cuántas características comparten con Objective C Style Guide.
  • raywenderlich/swift-style-guideAvatar de raywenderlich

    raywenderlich/swift-style-guide

    13,173Ver en GitHub↗

    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

    Ver en GitHub↗13,173
  • github/swift-style-guideAvatar de github

    github/swift-style-guide

    4,762Ver en GitHub↗

    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

    Ver en GitHub↗4,762
  • futurice/ios-good-practicesAvatar de futurice

    futurice/ios-good-practices

    10,976Ver en GitHub↗

    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

    Ver en GitHub↗10,976
  • github/objective-c-style-guideAvatar de github

    github/objective-c-style-guide

    1,666Ver en GitHub↗

    Archived Style guide & coding conventions for Objective-C projects

    Ver en GitHub↗1,666
Ver las 28 alternativas a Objective C Style Guide→

Preguntas frecuentes

¿Qué hace raywenderlich/objective-c-style-guide?

A style guide that outlines the coding conventions for Kodeco

¿Cuáles son las características principales de raywenderlich/objective-c-style-guide?

Las características principales de raywenderlich/objective-c-style-guide son: Mobile Development Guides, Books and Guides, Coding Standards, Style Guides.

¿Qué alternativas de código abierto existen para raywenderlich/objective-c-style-guide?

Las alternativas de código abierto para raywenderlich/objective-c-style-guide incluyen: 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.