awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
raywenderlich avatar

raywenderlich/objective-c-style-guide

0
View on GitHub↗
3,086 星标·615 分支·3 次浏览www.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 历史

raywenderlich/objective-c-style-guide 的 Star 历史图表raywenderlich/objective-c-style-guide 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Objective C Style Guide 的开源替代方案

相似的开源项目,按与 Objective C Style Guide 的功能重合度排序。
  • raywenderlich/swift-style-guideraywenderlich 的头像

    raywenderlich/swift-style-guide

    13,173在 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

    在 GitHub 上查看↗13,173
  • github/swift-style-guidegithub 的头像

    github/swift-style-guide

    4,762在 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

    在 GitHub 上查看↗4,762
  • futurice/ios-good-practicesfuturice 的头像

    futurice/ios-good-practices

    10,976在 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

    在 GitHub 上查看↗10,976
  • github/objective-c-style-guidegithub 的头像

    github/objective-c-style-guide

    1,666在 GitHub 上查看↗

    Archived Style guide & coding conventions for Objective-C projects

    在 GitHub 上查看↗1,666
查看 Objective C Style Guide 的所有 28 个替代方案→

常见问题解答

raywenderlich/objective-c-style-guide 是做什么的?

A style guide that outlines the coding conventions for Kodeco

raywenderlich/objective-c-style-guide 的主要功能有哪些?

raywenderlich/objective-c-style-guide 的主要功能包括:Mobile Development Guides, Books and Guides, Coding Standards, Style Guides。

raywenderlich/objective-c-style-guide 有哪些开源替代品?

raywenderlich/objective-c-style-guide 的开源替代品包括: 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.