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
- Hoist some repeated long subexpressions into named variables.
- Use some shorter (but hopefully still readable) variables names where
appropriate
- Use `auto` for the result of a `static_cast` to avoid needless
repetition
- contract some diagnostic printing.
- split a long function
0 commit comments