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 boxscore data structure (see src/cwlib/box.h) has one collection of records for batting and fielding, and a separate collection for pitching. While having the separate linked list of pitching stints in order is useful, it would also be useful to have a direct link between CWBoxPlayer entries and corresponding CWBoxPitching entries.
Note that a bit of care may need to be taken in the case of a player who pitches, moves to another position, and then returns to pitcher.
The text was updated successfully, but these errors were encountered:
The boxscore data structure (see src/cwlib/box.h) has one collection of records for batting and fielding, and a separate collection for pitching. While having the separate linked list of pitching stints in order is useful, it would also be useful to have a direct link between CWBoxPlayer entries and corresponding CWBoxPitching entries.
Note that a bit of care may need to be taken in the case of a player who pitches, moves to another position, and then returns to pitcher.
The text was updated successfully, but these errors were encountered: