pygemony
pygemony copied to clipboard
TODO(ian): Move all @staticmethods to a seperate class
This is definitely going to be done, but instead of moving it to a seperate class, I will probably just move them to utilities.
Reasoning behind this: if a method can be static, why should it belong to the class at all? It serves no purpose to be part of an instance variable other than reducing imports.