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

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

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

4 个仓库

Awesome GitHub RepositoriesCoding Standards

Stylistic and structural rules for ensuring consistency across mobile applications.

Distinct from Mobile Development: Focuses on coding standards and accessibility requirements rather than general tools or high-level architecture patterns

Explore 4 awesome GitHub repositories matching mobile development · Coding Standards. Refine with filters or upvote what's useful.

Awesome Coding Standards GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • johnpapa/angular-styleguideJ

    johnpapa/angular-styleguide

    23,648在 GitHub 上查看↗

    This project is an architecture reference and coding standard for the Angular framework. It provides guidelines for organizing files, components, and services into a logical hierarchy to maintain consistent and readable TypeScript code. The guide focuses on enterprise application architecture and frontend code governance. It establishes a shared set of structural guidelines and development standards to ensure long-term maintainability and to assist in bootstrapping new projects without technical debt. The resource covers modular architecture guidelines, pattern-based code standardization, an

    Enforces consistent coding patterns and syntax across the development team for a uniform codebase.

    Vim Snippet
    在 GitHub 上查看↗23,648
  • zh-google-styleguide/zh-google-styleguidezh-google-styleguide 的头像

    zh-google-styleguide/zh-google-styleguide

    10,977在 GitHub 上查看↗

    This project is a software engineering reference that provides a cross-language formatting standard and industry-standard practices for architectural patterns, memory management, and identifier naming. Its primary purpose is to implement a unified set of indentation and whitespace rules applied consistently across multiple distinct programming environments. The project specializes in technical documentation localization, providing Chinese language translations of official programming style guides. It maps original English coding standards to Chinese language references to maintain meaning acr

    Defines consistent rules for naming and structure to keep Objective-C codebases uniform.

    Makefile
    在 GitHub 上查看↗10,977
  • thoughtbot/guidesthoughtbot 的头像

    thoughtbot/guides

    9,556在 GitHub 上查看↗

    This project is a software engineering style guide and a curated collection of architectural patterns and coding standards. It provides a multi-language coding standard to ensure maintainable software across Ruby, Python, JavaScript, and Swift. The project establishes a development workflow specification for version control, continuous integration, and peer review to maintain a linear project history. It also includes a web accessibility framework based on ARIA and WCAG standards, using design tokens and semantic HTML patterns to build inclusive interfaces. The guides cover a broad range of

    Establishes preferred languages, architecture patterns, and accessibility requirements for native mobile development.

    Ruby
    在 GitHub 上查看↗9,556
  • nytimes/objective-c-style-guideNYTimes 的头像

    NYTimes/objective-c-style-guide

    5,822在 GitHub 上查看↗

    本项目提供了一套全面的标准化设计模式、命名约定和 Objective-C 开发环境配置。它建立了一个一致的 API 设计、内存管理和项目组织框架,以确保代码库在团队中保持可读性和可维护性。 该指南定义了使用类前缀进行命名空间隔离的具体标准,以及用于命名资产的结构化系统。它概述了旨在提高类型安全性和清晰度的委托协议和错误处理机制的架构模式。 覆盖范围扩展到源代码格式化、类结构组织和线程安全单例的实现。它还包括 Xcode 项目配置标准,将物理文件层级与项目组对齐并管理构建设置。

    Provides a comprehensive set of naming and formatting rules tailored specifically for Objective-C codebases.

    在 GitHub 上查看↗5,822
  1. Home
  2. Mobile Development
  3. Coding Standards

探索子标签

  • Objective-CConsistency rules and naming conventions tailored specifically for Objective-C codebases. **Distinct from Coding Standards:** Specializes general coding standards for the Objective-C language.