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

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

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

1 个仓库

Awesome GitHub RepositoriesRequest-Based Validation

Validation logic encapsulated within dedicated request objects to decouple filtering from business logic.

Distinct from Validation Logic: Distinct from generic validation routines: focuses on the architectural separation of validation rules into dedicated request classes.

Explore 1 awesome GitHub repository matching software engineering & architecture · Request-Based Validation. Refine with filters or upvote what's useful.

Awesome Request-Based Validation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • alexeymezenin/laravel-best-practicesalexeymezenin 的头像

    alexeymezenin/laravel-best-practices

    12,299在 GitHub 上查看↗

    This project is a comprehensive guide to architectural standards and coding patterns for developing maintainable applications within the Laravel framework. It focuses on clean code standards, applying the single responsibility and DRY principles to ensure codebase predictability and consistency. The guide emphasizes decoupling components by moving business logic into service layers and shifting input validation into dedicated request classes to keep controllers lean. It advocates for the use of a service container and dependency injection to reduce class coupling and improve testability. The

    Transfers validation rules from controllers into dedicated request classes to clean up handlers.

    在 GitHub 上查看↗12,299
  1. Home
  2. Software Engineering & Architecture
  3. Static Type Checkers
  4. Validation Logic
  5. Request-Based Validation