- Joined
- Jan 17, 2017
- Messages
- 34
- Thread Author
- #1
Can the naming of the tree please be named as it should be. Right now they're named tasks which is a terrible word for a node. Just make it either be BranchNode and LeafNode or remove the BranchNode and merge it with the TreeTask class to make a Node and just have LeafNode inherit from that.