| Naming, formatting, module structure | references/code-style.md | | With clauses, guards, destructuring | references/pattern-matching.md | | GenServer, Supervisor, Application | references/otp-basics.md | | @moduledoc, @doc, @spec, doctests | references/documentation.md |
| Missing @spec | Function is public AND exported | | Generic rescue | Specific exception types available | | Nested case/cond | More than 2 levels deep |
Load and follow review-verification-protocol before reporting any issue.
Обзоры кода Elixir на предмет идиоматических шаблонов, основ OTP и документации. Используйте при просмотре файлов .ex/.exs, проверке соответствия шаблону, использовании GenServer или документации модуля. Источник: existential-birds/beagle.