awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • getactivity/xxpermissionsAvatar de getActivity

    getActivity/XXPermissions

    6,748Voir sur 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
    Voir sur GitHub↗6,748
  • airbnb/rubyAvatar de airbnb

    airbnb/ruby

    3,890Voir sur 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
    Voir sur GitHub↗3,890
  1. Home
  2. Testing & Quality Assurance
  3. Implementation Pattern Validation

Explorer les sous-tags

  • 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.