Archived Style guide & coding conventions for Objective-C projects
Las características principales de github/objective-c-style-guide son: Mobile Development Guides, Programming Language Standards, Coding Standards.
Las alternativas de código abierto para github/objective-c-style-guide incluyen: 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… raywenderlich/swift-style-guide — This project is a collection of Swift coding standards and static analysis rules designed to ensure consistency across… google/styleguide — Style guides for Google-originated open-source projects. raywenderlich/objective-c-style-guide — A style guide that outlines the coding conventions for Kodeco. bbatsov/emacs-lisp-style-guide — A community-driven Emacs Lisp style guide.
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
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
Style guides for Google-originated open-source projects
A style guide that outlines the coding conventions for Kodeco