2 repository-uri
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.
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.
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.