You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DMD-921 - Refactor nil checks to use default-first pattern
Use idiomatic Go pattern: set default value first, then override if
present. This avoids the anti-pattern of resetting nil values after
assignment.
- bucketTables lookup uses comma-ok idiom
- Dependencies fields only assigned if not nil
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments