-
Notifications
You must be signed in to change notification settings - Fork 22
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
Refactor Move into subclasses #42
Comments
barrybecker4
added a commit
to barrybecker4/LeelaWatcher
that referenced
this issue
Apr 12, 2020
Add some generics where needed. Fix some warnings. Fix typos in doc. Remove some dead code.
barrybecker4
added a commit
to barrybecker4/LeelaWatcher
that referenced
this issue
Apr 12, 2020
Move Move into move subpackage in preparation for refactor.
barrybecker4
added a commit
to barrybecker4/LeelaWatcher
that referenced
this issue
Apr 12, 2020
Do the refactor into separate subclasses.
barrybecker4
added a commit
to barrybecker4/LeelaWatcher
that referenced
this issue
Apr 12, 2020
Do the refactor into separate subclasses.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a comment in the Move class that reads:
This class is due for a refactoring, it does too much. It * should be divided into a MoveNode, a SetupNode and a RootNode which inherit * from an AbstractNode. This will also bring the object model in closer * correspondence with the structure of an SGF file.
There will also be a need to write a GameInfo class and provide a place
The text was updated successfully, but these errors were encountered: