Remix.run Logo
PxldLtd 3 hours ago

Yeah this is all over Rust codebases too for good reason. The argument is that default params obfuscate behaviour and passing in a struct (in Rust) with defaults kneecaps your ability to validate parameters at compile time.

Pay08 34 minutes ago | parent [-]

It does have defaults, the above example manually sets everything to show people reading the docs what that looks like.