Extract validation logic into separate functions to reduce: - Cyclomatic complexity from 12 to acceptable levels - Nesting depth from 3 to 2 Improves code maintainability and passes Credo checks. |
||
|---|---|---|
| .. | ||
| index.ex | ||
| index.html.heex | ||
Extract validation logic into separate functions to reduce: - Cyclomatic complexity from 12 to acceptable levels - Nesting depth from 3 to 2 Improves code maintainability and passes Credo checks. |
||
|---|---|---|
| .. | ||
| index.ex | ||
| index.html.heex | ||