Elixir Clause Grouping

Use when refactoring Elixir multi-clause functions, extracting helper functions, or fixing Credo readability warnings caused by placing `defp` helpers between clauses of the same function. Keeps function clauses contiguous and moves helpers below the full clause group.

blockscout 3042f6d 2.7 KB Updated

File contents

blockscout/blockscout/tree/main/.agents/skills/elixir-clause-grouping commit 3042f6d60a

Frequently asked questions

npx skillmds@latest add blockscout/elixir-clause-grouping