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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·16 viewswww.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 history

Star history chart for raywenderlich/objective-c-style-guideStar history chart for raywenderlich/objective-c-style-guide

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Objective C Style Guide

These projects share indexed features with Objective C Style Guide. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • raywenderlich/swift-style-guideraywenderlich avatar

    raywenderlich/swift-style-guide

    13,173View on 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

    View on GitHub↗13,173
  • github/swift-style-guidegithub avatar

    github/swift-style-guide

    4,762View on 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

    View on GitHub↗4,762
  • futurice/ios-good-practicesfuturice avatar

    futurice/ios-good-practices

    10,976View on 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

    View on GitHub↗10,976
  • github/objective-c-style-guidegithub avatar

    github/objective-c-style-guide

    1,666View on GitHub↗

    Archived Style guide & coding conventions for Objective-C projects

    View on GitHub↗1,666
Compare all 28 related projects→

Frequently asked questions

What does raywenderlich/objective-c-style-guide do?

A style guide that outlines the coding conventions for Kodeco

What are the main features of raywenderlich/objective-c-style-guide?

The main features of raywenderlich/objective-c-style-guide are: Mobile Development Guides, Books and Guides, Coding Standards, Style Guides.

Which projects share features with raywenderlich/objective-c-style-guide?

Projects with overlapping indexed features include: 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.