pygemony icon indicating copy to clipboard operation
pygemony copied to clipboard

TODO(ian): Move all @staticmethods to a seperate class

Open Ianleeclark opened this issue 9 years ago • 1 comments

File Location: ./pyg/github.py
Line Number: 88
This message was auto-generated by Pygemony: Github

Ianleeclark avatar Feb 21 '16 23:02 Ianleeclark

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.

Ianleeclark avatar Feb 23 '16 15:02 Ianleeclark