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
First, add a stint: StintData field to GridData to avoid repeating field (and to ensure consistency).
Second, verify if there is a better way of refactoring RaceData. For instance, evaluate if it makes sense to have three field (data, stint, history) instead of merging data and stint as it is now.
The text was updated successfully, but these errors were encountered:
Need to refactor RaceData struct.
First, add a stint: StintData field to GridData to avoid repeating field (and to ensure consistency).
Second, verify if there is a better way of refactoring RaceData. For instance, evaluate if it makes sense to have three field (data, stint, history) instead of merging data and stint as it is now.
The text was updated successfully, but these errors were encountered: