Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up data model for boxscores #14

Open
tturocy opened this issue Jun 7, 2014 · 0 comments
Open

Clean up data model for boxscores #14

tturocy opened this issue Jun 7, 2014 · 0 comments

Comments

@tturocy
Copy link
Contributor

tturocy commented Jun 7, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant