# Swift review checklist

- validate input and error handling paths
- keep modules small and naming explicit
- prefer deterministic tests over implicit behavior
- document build or runtime assumptions
