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
·

1 dépôt

Awesome GitHub RepositoriesInstance Verification Patterns

Techniques for using instance checks rather than direct type matching to support inheritance and abstract classes.

Distinct from Type Classes: Candidates focus on static type checking or coerced comparisons; this is about runtime instance verification.

Explore 1 awesome GitHub repository matching software engineering & architecture · Instance Verification Patterns. Refine with filters or upvote what's useful.

Awesome Instance Verification Patterns 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.
  • amontalenti/elements-of-python-styleAvatar de amontalenti

    amontalenti/elements-of-python-style

    3,489Voir sur GitHub↗

    This project is a comprehensive Python style guide and technical reference designed to promote the creation of clean, maintainable, and idiomatic code. It provides a set of opinionated guidelines and architectural patterns focusing on functional and declarative programming to reduce complexity and improve overall code quality. The guide establishes specific standards for naming conventions, module organization, and project layout. It emphasizes reducing object coupling by favoring modules and functions over deep class hierarchies and offers technical standards for writing docstrings and marku

    Recommends instance verification over direct type matching to correctly handle subclasses.

    code-stylecodestyledocumentation
    Voir sur GitHub↗3,489
  1. Home
  2. Software Engineering & Architecture
  3. Instance Verification Patterns