You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
I just notice that the Node class is very large, and it has a lot of classmethods. I feel like a lot of the classmethods relate to dealing with the collection of nodes in a class variable, which feels like it should be in a seperate class to me (a collection of Nodes is not a Node), even if that class is a singleton.
The text was updated successfully, but these errors were encountered:
I just notice that the Node class is very large, and it has a lot of classmethods. I feel like a lot of the classmethods relate to dealing with the collection of nodes in a class variable, which feels like it should be in a seperate class to me (a collection of Nodes is not a Node), even if that class is a singleton.
The text was updated successfully, but these errors were encountered: