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

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

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

2 个仓库

Awesome GitHub RepositoriesImplementation Pattern Validation

Tools that detect and flag incorrect API usage patterns during development to prevent runtime bugs.

Distinct from PHP Error-to-Exception Pipelines: No candidate covers the general concept of validating implementation patterns via debug-mode exceptions; most are specific to file permissions or PHP pipelines.

Explore 2 awesome GitHub repositories matching testing & quality assurance · Implementation Pattern Validation. Refine with filters or upvote what's useful.

Awesome Implementation Pattern Validation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • getactivity/xxpermissionsgetActivity 的头像

    getActivity/XXPermissions

    6,748在 GitHub 上查看↗

    XXPermissions is a framework and manager for handling runtime and special system permissions across different Android operating system versions. It provides a unified interface for requesting standard permissions and directing users to system settings pages for advanced access control, such as file access and accessibility services. The project features a backward compatibility layer that abstracts version-specific logic, removing the need for manual operating system version checks in client code. It utilizes a chainable request pipeline to queue multiple permissions and manage their asynchro

    Throws exceptions during debug mode when permission request implementations are incorrect to help developers identify bugs early.

    Javaandpermissionandroidandroidpermissions
    在 GitHub 上查看↗6,748
  • airbnb/rubyairbnb 的头像

    airbnb/ruby

    3,890在 GitHub 上查看↗

    This project provides a collection of coding standard specifications, style guides, and configuration assets used to define automated rules for static code analysis in Ruby. It serves as a centralized set of RuboCop configurations and static analysis rules to ensure consistent syntax and idiomatic usage across a codebase. The project establishes a comprehensive Ruby style guide that defines naming conventions, indentation, and structural requirements. It utilizes a pluggable linting engine to enforce these standards through a defined set of patterns and constraints. The capability surface co

    Implements specific formatting and structural requirements for Rails data scopes and controller responses.

    Ruby
    在 GitHub 上查看↗3,890
  1. Home
  2. Testing & Quality Assurance
  3. Implementation Pattern Validation

探索子标签

  • Framework Implementation ValidationValidation of specific structural requirements for framework-specific constructs like Rails scopes and controllers. **Distinct from Implementation Pattern Validation:** Specializes implementation pattern validation to focus on high-level framework-specific structural requirements.