-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor the readers to have a single reader class
The strategy for choosing the next leaf to read is now dictated by a function. This allows much of the logic to be simplified and the getLeaf function can now become an method of the reader, which avoids needing to pass in as many parameters.
- Loading branch information
1 parent
28d6c98
commit 2eba0ae
Showing
2 changed files
with
54 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters