Named Arguments

Call-site convention for the Charty codebase — use when writing or editing Kotlin in charty/ or composeApp/, and before committing. Function/constructor calls with two or more arguments must pass them by name (foo(a = x, b = y)), not positionally, for readability and safe refactoring. Trigger when adding a call, a drawer/helper invocation, or a chart composable call.

hi-manshu Updated

File contents

hi-manshu/charty/tree/main/.claude/skills/named-arguments commit 7d176f4be5

Frequently asked questions

npx skillmds@latest add hi-manshu/named-arguments