782 B
782 B
description, argument-hint
| description | argument-hint |
|---|---|
| Code review for a task implementation | <TASK-ID> |
We're going to review the implementation of task $1.
Perform the review considering:
- Best practices for development in Elixir, Erlang, OTP, Phoenix, and LiveView
- Performance impact and profile
- Security in depth
- Test coverage and thoroughness. In particular make sure that tests actually exercise the behaviour under test, and that assertions are meaningful and exhaustive
- Duplication, repetition, excessive or insufficient abstraction
- If the implementation includes HTML, CSS, and client-side JavaScript evaluate accessibility, compliance with light/dark mode requirements, responsive design. Use the configured browser-based tooling to preview and evaluate pages as needed.