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
As a result of your horrible development skills, the classes are currently all over the place. Refactor the code into more discreet and useful classes.
Move class Participant from ParticipantData into its own class.
Rename or move ParticipantData into RaceData
Delete class LapData
Rename class TelemetryDataPacket to TelemetryPacket, to be consistent
Delete class TelemetryData
The text was updated successfully, but these errors were encountered:
As a result of your horrible development skills, the classes are currently all over the place. Refactor the code into more discreet and useful classes.
The text was updated successfully, but these errors were encountered: