-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathTODO
More file actions
16 lines (15 loc) · 668 Bytes
/
TODO
File metadata and controls
16 lines (15 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
To process files before 1950:
- read https://www.retrosheet.org/GameFiles.pdf and decide how to handle EDx files
- fail to read any EBx or EDx files
HOWTO is getting long, make it easier to do
use Retrosheet data to figure out if a runner starts on second base in extra innings
This seems wrong:
# Make sure we don't duplicate keys.
# Strip off the inning info (for now?) and the curScoreDiff
--
refactoring
- performance
- encapsulate creating an re the first time we need it
- more strongly type things
- events that start with 'W+' have a bunch of duplication (also 'K+'?)
duplication in processCumulativeStats and processCumulativeBallsStrikesStats