1 repository
Coding conventions that replace call-by-name parameters with explicit function types to clarify execution semantics.
Distinct from Parameter Naming: Distinct from Parameter Naming: focuses on the type of parameter (call-by-name vs function type), not naming patterns.
Explore 1 awesome GitHub repository matching part of an awesome list · Call-by-Name Parameter Avoidance Rules. Refine with filters or upvote what's useful.
Replaces call-by-name parameters with explicit () => T function types to clarify execution semantics.