awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesImmutable Parameter Enforcement

Restrictions preventing the modification of method parameters to ensure input stability.

Distinguishing note: Existing candidates focus on ML parameters or fuzzers, not the enforcement of parameter immutability in general code.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Immutable Parameter Enforcement. Refine with filters or upvote what's useful.

Awesome Immutable Parameter Enforcement GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • project-darc/darcAvatar Project-DARC

    Project-DARC/DARC

    9,171Vezi pe GitHub↗

    DARC is a framework for forming and operating decentralized autonomous companies on any Ethereum Virtual Machine blockchain. It combines a custom bytecode-compiled scripting language with an EVM-compatible virtual machine to define and execute company by-laws, governance rules, and financial operations entirely on-chain. The system provides a multi-level token registry where tokens at different hierarchical levels carry configurable voting power, dividend power, and supply limits, enabling structured corporate roles and ownership. An on-chain voting engine triggers and resolves votes among to

    Restricts changes to critical company parameters for defined periods to enforce commitments.

    TypeScript
    Vezi pe GitHub↗9,171
  • checkstyle/checkstyleAvatar checkstyle

    checkstyle/checkstyle

    8,867Vezi pe GitHub↗

    Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best practices. It functions as a code quality auditor and Javadoc validation tool, checking source code against configurable rulesets to ensure structural and stylistic consistency. The project allows for the creation of custom linting rules by extending a core API to inspect the abstract syntax tree. It further enables specialized validation through the use of XPath expressions to query the syntax tree for specific code patterns and violations. Capability areas include the enforcement

    Prevents the reassignment of method parameters to ensure input values remain constant.

    Javacode-qualitycommand-line-toolhacktoberfest
    Vezi pe GitHub↗8,867
  1. Home
  2. Software Engineering & Architecture
  3. Immutable Parameter Enforcement

Explorează sub-etichetele

  • Temporary Parameter LockingsRestricting changes to critical company parameters for a defined period to enforce commitments. **Distinct from Immutable Parameter Enforcement:** Distinct from Immutable Parameter Enforcement: allows temporary locking with time-based release rather than permanent immutability.
  • Time-Locked Parameter LockingsRestricts changes to critical parameters like dividend yield rate for a defined period to enforce long-term financial commitments. **Distinct from Immutable Parameter Enforcement:** Distinct from Immutable Parameter Enforcement: adds time-based unlocking rather than permanent immutability.