By: Michael Lynch <git@mtlynch.io>
Use named fields in test table struct literals Positional struct initialization in test tables makes callsites illegible — values like UUIDs and paths cannot be understood without scrolling up to read the struct definition. Named fields make each entry self-documenting at the point of reading. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>