awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • getactivity/xxpermissionsAvatar getActivity

    getActivity/XXPermissions

    6,748Vezi pe 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
    Vezi pe GitHub↗6,748
  • airbnb/rubyAvatar airbnb

    airbnb/ruby

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

Explorează sub-etichetele

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