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
The next step in the refactoring is to reduce the number of variables
passed to various functions. This should make the logic easier to
follow. This is done by grouping variables into a struct, and we pass
the struct along.
---------
Co-authored-by: Cassandra Beckley <[email protected]>
0 commit comments