Extract nested conditionals into separate helper functions: - check_amount_change/2 and related helpers in MembershipFeeTypeLive.Form - check_interval_change/2 and related helpers in MemberLive.Form This reduces nesting depth from 3 to 2, improving code readability. |
||
|---|---|---|
| .. | ||
| index | ||
| show | ||
| form.ex | ||
| index.ex | ||
| index.html.heex | ||
| show.ex | ||