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

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

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

1 个仓库

Awesome GitHub RepositoriesRuby Type Checkers

Static analysis tools designed to verify type consistency and safety in Ruby codebases.

Distinct from Static Type Checking: Distinct from general static type checking: focuses specifically on the Ruby language ecosystem and its type annotation standards.

Explore 1 awesome GitHub repository matching software engineering & architecture · Ruby Type Checkers. Refine with filters or upvote what's useful.

Awesome Ruby Type Checkers GitHub Repositories

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

    sorbet/sorbet

    3,790在 GitHub 上查看↗

    Sorbet is a static analysis tool and type checker designed for Ruby codebases. It identifies type inconsistencies, potential bugs, and logic errors by examining source code without execution, helping to improve software reliability and maintainability in large-scale projects. The system employs a constraint-based type inference engine that evaluates expressions against defined annotations to validate data structures. To support rapid development, it utilizes incremental analysis and caching to provide feedback by processing only modified files and their dependencies. Beyond static analysis,

    Provides a static type checker that identifies type inconsistencies and enforces safety rules in Ruby codebases.

    Ruby
    在 GitHub 上查看↗3,790
  1. Home
  2. Software Engineering & Architecture
  3. Static Type Checking
  4. Ruby Type Checkers