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

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

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

2 个仓库

Awesome GitHub RepositoriesSentinel Value Patterns

Use of dedicated values to represent uninitialized or special states in enumerations.

Distinct from Sentinel Value Replacement: Existing candidates focus on replacing sentinels with optionals or dual-behavior types; this is about defining them for zero-value clarity.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Sentinel Value Patterns. Refine with filters or upvote what's useful.

Awesome Sentinel Value Patterns GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • threedotslabs/wild-workouts-go-ddd-exampleThreeDotsLabs 的头像

    ThreeDotsLabs/wild-workouts-go-ddd-example

    6,348在 GitHub 上查看↗

    This project is a reference implementation of Domain-Driven Design, Clean Architecture, and Command Query Responsibility Segregation (CQRS) patterns using the Go programming language. It serves as a sample application to demonstrate how to decouple core domain rules from infrastructure and delivery mechanisms. The system is built as a gRPC microservices architecture, utilizing type-safe communication and service contracts. It implements an event-driven architecture to manage eventual consistency and asynchronous processing, specifically employing the Outbox pattern to ensure reliable messagin

    Assigns dedicated variables to enumeration zero-values to distinguish uninitialized states from valid defaults.

    Goclean-architecturecqrsddd
    在 GitHub 上查看↗6,348
  • python-attrs/attrspython-attrs 的头像

    python-attrs/attrs

    5,799在 GitHub 上查看↗

    attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering methods from declarative class attribute definitions. At its core, it provides a class decorator metaprogramming framework that intercepts class creation to rewrite the class body, producing dunder methods without manual boilerplate. The library includes a comprehensive attribute validation toolkit with built-in validators for type checks, range constraints, regex matching, length limits, and logical composition of validation rules. The library distinguishes itself through it

    Uses a sentinel value to indicate the absence of a value, a notable feature for attribute defaults.

    Python
    在 GitHub 上查看↗5,799
  1. Home
  2. Software Engineering & Architecture
  3. Sentinel Value Patterns